You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
module "base_sonarcloud_user_group_permissions" {
source = ".//modules/sonarcloud_user_group_permissions"
for_each = {
for name, project in local.base_sonarcloud_user_groups : project.name => project
if contains(["Collaboration"], project.name) # Nur Projekte mit "Collaboration" als Benutzergruppe
}
name = each.value.name
permissions = local.env.permission
}
TF plan
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
module.base_sonarcloud_user_group_permissions["Collaboration"].sonarcloud_user_group_permissions.user_group_permissions will be updated in-place
~ resource "sonarcloud_user_group_permissions" "user_group_permissions" {
~ description = "Collaboration product team" -> (known after apply)
~ id = "756591" -> (known after apply)
name = "Collaboration"
~ permissions = [
+ "profileadmin",
+ "provisioning",
+ "scan",
# (2 unchanged elements hidden)
]
}
Plan: 0 to add, 1 to change, 0 to destroy.
Changes to Outputs:
sonarcloud_user_group_permissions = [
{
Collaboration = {
user_group_permissions = {
description = (known after apply)
id = (known after apply)
name = "Collaboration"
permissions = [
"admin",
"gateadmin",
"profileadmin",
"provisioning",
"scan",
]
project_key = null
}
}
},
]
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value:
TF Apply
module.base_sonarcloud_user_group_permissions["Collaboration"].sonarcloud_user_group_permissions.user_group_permissions: Modifying... [id=756591]
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to
│ module.base_sonarcloud_user_group_permissions["Collaboration"].sonarcloud_user_group_permissions.user_group_permissions, provider
│ "provider["registry.terraform.io/rewe-digital/sonarcloud"]" produced an unexpected new value: .project_key: was null, but now
│ cty.StringVal("").
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
The text was updated successfully, but these errors were encountered:
Error: Provider produced inconsistent result after apply
When applying changes to
sonarcloud_user_group_permissions.group-permissions["Quality-Managers"],
provider "provider[\"registry.terraform.io/rewe-digital/sonarcloud\"]"
produced an unexpected new value: .project_key: was null, but now
cty.StringVal("").
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to
│ sonarcloud_user_group_permissions.team_quality_permissions["gitlab_squad_qa_quality"],
│ provider "provider[\"registry.terraform.io/rewe-digital/sonarcloud\"]"
│ produced an unexpected new value: .project_key: was null, but now
│ cty.StringVal("").
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform v1.5.5
on darwin_amd64
Affected Resource(s)
registry.terraform.io/rewe-digital/sonarcloud v0.5.2
Terraform Configuration Files
module "base_sonarcloud_user_group_permissions" {
source = ".//modules/sonarcloud_user_group_permissions"
for_each = {
for name, project in local.base_sonarcloud_user_groups : project.name => project
if contains(["Collaboration"], project.name) # Nur Projekte mit "Collaboration" als Benutzergruppe
}
name = each.value.name
permissions = local.env.permission
}
TF plan
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
module.base_sonarcloud_user_group_permissions["Collaboration"].sonarcloud_user_group_permissions.user_group_permissions will be updated in-place
~ resource "sonarcloud_user_group_permissions" "user_group_permissions" {
~ description = "Collaboration product team" -> (known after apply)
~ id = "756591" -> (known after apply)
name = "Collaboration"
~ permissions = [
+ "profileadmin",
+ "provisioning",
+ "scan",
# (2 unchanged elements hidden)
]
}
Plan: 0 to add, 1 to change, 0 to destroy.
Changes to Outputs:
]
}
}
},
]
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value:
TF Apply
module.base_sonarcloud_user_group_permissions["Collaboration"].sonarcloud_user_group_permissions.user_group_permissions: Modifying... [id=756591]
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to
│ module.base_sonarcloud_user_group_permissions["Collaboration"].sonarcloud_user_group_permissions.user_group_permissions, provider
│ "provider["registry.terraform.io/rewe-digital/sonarcloud"]" produced an unexpected new value: .project_key: was null, but now
│ cty.StringVal("").
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
The text was updated successfully, but these errors were encountered: