File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ resource "azuredevops_variable_group" "alz" {
2222}
2323
2424moved {
25- from = " azuredevops_variable_group.example"
26- to = " azuredevops_variable_group.alz[0]"
25+ from = azuredevops_variable_group. example
26+ to = azuredevops_variable_group. alz [0 ]
2727}
Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ resource "github_actions_variable" "backend_azure_storage_account_container_name
4040}
4141
4242moved {
43- from = " github_actions_variable.backend_azure_resource_group_name"
44- to = " github_actions_variable.backend_azure_resource_group_name[0]"
43+ from = github_actions_variable. backend_azure_resource_group_name
44+ to = github_actions_variable. backend_azure_resource_group_name [0 ]
4545}
4646
4747moved {
48- from = " github_actions_variable.backend_azure_storage_account_name"
49- to = " github_actions_variable.backend_azure_storage_account_name[0]"
48+ from = github_actions_variable. backend_azure_storage_account_name
49+ to = github_actions_variable. backend_azure_storage_account_name [0 ]
5050}
5151
5252moved {
53- from = " github_actions_variable.backend_azure_storage_account_container_name"
54- to = " github_actions_variable.backend_azure_storage_account_container_name[0]"
53+ from = github_actions_variable. backend_azure_storage_account_container_name
54+ to = github_actions_variable. backend_azure_storage_account_container_name [0 ]
5555}
You can’t perform that action at this time.
0 commit comments