diff --git a/modules/azure_devops/variable_group.tf b/modules/azure_devops/variable_group.tf index 44bdf39f..7a839cf1 100644 --- a/modules/azure_devops/variable_group.tf +++ b/modules/azure_devops/variable_group.tf @@ -22,6 +22,6 @@ resource "azuredevops_variable_group" "alz" { } moved { - from = "azuredevops_variable_group.example" - to = "azuredevops_variable_group.alz[0]" + from = azuredevops_variable_group.example + to = azuredevops_variable_group.alz[0] } diff --git a/modules/github/action_variables.tf b/modules/github/action_variables.tf index 491fc8b6..dc3fb1ff 100644 --- a/modules/github/action_variables.tf +++ b/modules/github/action_variables.tf @@ -40,16 +40,16 @@ resource "github_actions_variable" "backend_azure_storage_account_container_name } moved { - from = "github_actions_variable.backend_azure_resource_group_name" - to = "github_actions_variable.backend_azure_resource_group_name[0]" + from = github_actions_variable.backend_azure_resource_group_name + to = github_actions_variable.backend_azure_resource_group_name[0] } moved { - from = "github_actions_variable.backend_azure_storage_account_name" - to = "github_actions_variable.backend_azure_storage_account_name[0]" + from = github_actions_variable.backend_azure_storage_account_name + to = github_actions_variable.backend_azure_storage_account_name[0] } moved { - from = "github_actions_variable.backend_azure_storage_account_container_name" - to = "github_actions_variable.backend_azure_storage_account_container_name[0]" + from = github_actions_variable.backend_azure_storage_account_container_name + to = github_actions_variable.backend_azure_storage_account_container_name[0] }