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

fix:update azurerm version #41

Merged
merged 23 commits into from
Nov 7, 2024
Merged

fix:update azurerm version #41

merged 23 commits into from
Nov 7, 2024

Conversation

vjdbj
Copy link
Member

@vjdbj vjdbj commented Sep 11, 2024

what

  • Added subscription_id for provider in root module
  • Also updated the modules release version in root modules
  • Fixed automerge workflow.

why

  • subscription_id is compulsory to add for terraform planning

@clouddrove-ci clouddrove-ci self-assigned this Sep 11, 2024
@vjdbj vjdbj requested review from 13archit and d4kverma September 12, 2024 21:24
README.yaml Outdated Show resolved Hide resolved
README.yaml Outdated Show resolved Hide resolved
main.tf Show resolved Hide resolved
variables.tf Show resolved Hide resolved
versions.tf Outdated Show resolved Hide resolved
examples/complete/main.tf Fixed Show fixed Hide fixed
@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

1 similar comment
@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

locals {
name = "app"
environment = "test"
name = "lacoster-23"
Copy link
Member

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

Copy link
Member Author

Choose a reason for hiding this comment

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

done

azurerm.main_sub = azurerm
}

name = "oliveware-23"
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

## 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"
Copy link
Member

Choose a reason for hiding this comment

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

add source here

Copy link
Member Author

Choose a reason for hiding this comment

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

Screenshot from 2024-11-05 16-06-14

@@ -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"
Copy link
Member

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

Copy link
Member Author

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.

@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

@clouddrove-ci
Copy link
Member

Terraform Security Scan Failed

Show Output

@d4kverma d4kverma merged commit 6636d9a into master Nov 7, 2024
18 checks passed
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.

4 participants