first commit
This commit is contained in:
12
mysql/providers.tf
Normal file
12
mysql/providers.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
kubectl = {
|
||||
source = "gavinbunney/kubectl"
|
||||
version = "~> 1.14.0"
|
||||
}
|
||||
mysql = {
|
||||
source = "TakatoHano/mysql"
|
||||
version = "1.2.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user