-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix:update azurerm version #41
Conversation
|
|
|
|
1 similar comment
|
|
|
|
examples/complete/main.tf
Outdated
locals { | ||
name = "app" | ||
environment = "test" | ||
name = "lacoster-23" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert it to app
and test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
examples/complete/main.tf
Outdated
azurerm.main_sub = azurerm | ||
} | ||
|
||
name = "oliveware-23" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use local here in name and environment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
## Flexible Mysql server module call. | ||
##----------------------------------------------------------------------------- | ||
module "flexible-mysql" { | ||
depends_on = [module.resource_group, module.vnet, data.azurerm_resource_group.main] | ||
source = "clouddrove/flexible-mysql/azure" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add source here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -92,7 +92,6 @@ module "flexible-mysql" { | |||
virtual_network_id = module.vnet.vnet_id[0] | |||
delegated_subnet_id = module.subnet.default_subnet_id[0] | |||
mysql_version = "8.0.21" | |||
mysql_server_name = "testmysqlserver" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any specific reason to remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tflint gave error that this variable is not being use other examples.
that's why I removed this variable and we can give the name of it from labels.
|
|
what
subscription_id
for provider in root modulewhy