Skip to content
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

Uses Azure policies add-on in the test fixture code #203

Merged
merged 2 commits into from
Jul 7, 2022

Conversation

lonegunmanb
Copy link
Member

@lonegunmanb lonegunmanb commented Jun 24, 2022

Rename var.enable_azure_policy to var.azure_policy_enabled to meet the naming convention.

Set azure_policy_enabled to true in test fixture code.

Related to #202 and #183

@lonegunmanb lonegunmanb requested a review from zioproto June 24, 2022 00:59
@@ -40,7 +40,7 @@ module "aks" {
vnet_subnet_id = azurerm_subnet.test.id
os_disk_size_gb = 60
enable_http_application_routing = true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are many "enable" variables that have the wrong naming convention. Does it makes sense to fix all the variables in a single PR ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the tip, I think this is a special case since it's related to is single pr.
I agree with you, we need a single pr to fix all these enable_xxx variables.

…t the naming convention.

Set `azure_policy_enabled` to true in test fixture code.
@zioproto
Copy link
Collaborator

zioproto commented Jul 6, 2022

LGTM

@lonegunmanb lonegunmanb merged commit cc9da1b into Azure:master Jul 7, 2022
@lonegunmanb lonegunmanb deleted the f-202 branch November 21, 2023 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants