Skip to content

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

Merged
lonegunmanb merged 2 commits intoAzure:masterfrom
lonegunmanb:f-202
Jul 7, 2022
Merged

Uses Azure policies add-on in the test fixture code#203
lonegunmanb merged 2 commits intoAzure:masterfrom
lonegunmanb:f-202

Conversation

@lonegunmanb
Copy link
Copy Markdown
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
Comment thread test/fixture/main.tf Outdated
@@ -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
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
Contributor

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