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
Run terraform -v to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.
Terraform v1.4.5
@jdamata
In this context deploy means, brand new deployment.
Currently if I redeploy the server, I need to
remove the sonarqube_setting resources from the .tfstate or create a new local state and migrate after the deployment
Doing some permission changes within a project manually (unclicking some groups that had permission granted by TF)
terraform plan
Error:
stderr: ╷
│ Error: resourceSonarqubePermissionsRead: Unable to find group permissions for group: d238ed49-35b9-4f38-9912-4f7a8bbd3d0b
│
│ with sonarqube_permissions.gitlab_sonarqube_permission_shared_group["it-integration-myproject"],
│ on main.tf line 28, in resource "sonarqube_permissions" "gitlab_sonarqube_permission_shared_group":
│ 28: resource "sonarqube_permissions" "gitlab_sonarqube_permission_shared_group" {
Hi there,
Thank you for opening an issue.
Terraform Version
Run
terraform -v
to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.Terraform v1.4.5
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
After the redeploy of the server, these changes should be recognized as a drift and terraform tries to recreate them
Actual Behavior
error messages
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: