-
Notifications
You must be signed in to change notification settings - Fork 1
fix:update azurerm version #41
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
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
|
| ##----------------------------------------------------------------------------- | ||
| 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.
| 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_idfor provider in root modulewhy