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.
1.5.5
Affected Resource(s)
Please list the resources as a list, for example:
googleworkspace_group_settings
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the crash.log.
Expected Behavior
no error
Actual Behavior
module.group["Crisis_Team"].googleworkspace_group.create_group: Creating...
module.group["Crisis_Team"].googleworkspace_group.create_group: Still creating... [10s elapsed]
module.group["Crisis_Team"].googleworkspace_group.create_group: Creation complete after 18s [id=02u6wntf0n043jl]
module.group["Crisis_Team"].googleworkspace_group_members.group_members_add[0]: Creating...
module.group["Crisis_Team"].googleworkspace_group_members.group_members_add[0]: Creation complete after 4s [id=groups/02u6wntf0n043jl]
╷
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for
│ module.group["Crisis_Team"].googleworkspace_group_settings.group_settings
│ to include new values learned so far during apply, provider
│ "registry.terraform.io/hashicorp/googleworkspace" produced an invalid new
│ value for .email: was
│ cty.StringVal("Crisis_Team@yy.com"), but now
│ cty.StringVal("crisis_team@yy.com").
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
╵
time=2023-08-23T08:50:15Z level=error msg=Terraform invocation failed in /workspace/infrastructure/base/application/.terragrunt-cache/yaM8PfjkdTwTAPISn07Jj8aUYTY/_r_3GVArpItcTrZkN8HTLMN-K6Q prefix=[/workspace/infrastructure/base/application]
time=2023-08-23T08:50:15Z level=error msg=1 error occurred:
[/workspace/infrastructure/base/application/.terragrunt-cache/yaM8PfjkdTwTAPISn07Jj8aUYTY/_r_3GVArpItcTrZkN8HTLMN-K6Q] exit status 1
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
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. 1.5.5Affected Resource(s)
Please list the resources as a list, for example: googleworkspace_group_settings
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
terraform.tfvars
Module
variables.tf
group-module/group-setting.tf
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.Expected Behavior
no error
Actual Behavior
module.group["Crisis_Team"].googleworkspace_group.create_group: Creating... module.group["Crisis_Team"].googleworkspace_group.create_group: Still creating... [10s elapsed] module.group["Crisis_Team"].googleworkspace_group.create_group: Creation complete after 18s [id=02u6wntf0n043jl] module.group["Crisis_Team"].googleworkspace_group_members.group_members_add[0]: Creating... module.group["Crisis_Team"].googleworkspace_group_members.group_members_add[0]: Creation complete after 4s [id=groups/02u6wntf0n043jl] ╷ │ Error: Provider produced inconsistent final plan │ │ When expanding the plan for │ module.group["Crisis_Team"].googleworkspace_group_settings.group_settings │ to include new values learned so far during apply, provider │ "registry.terraform.io/hashicorp/googleworkspace" produced an invalid new │ value for .email: was │ cty.StringVal("Crisis_Team@yy.com"), but now │ cty.StringVal("crisis_team@yy.com"). │ │ This is a bug in the provider, which should be reported in the provider's │ own issue tracker. ╵ time=2023-08-23T08:50:15Z level=error msg=Terraform invocation failed in /workspace/infrastructure/base/application/.terragrunt-cache/yaM8PfjkdTwTAPISn07Jj8aUYTY/_r_3GVArpItcTrZkN8HTLMN-K6Q prefix=[/workspace/infrastructure/base/application] time=2023-08-23T08:50:15Z level=error msg=1 error occurred:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply