Skip to content

Conversation

ysuzuki19
Copy link

resolves #67

google_cloud_identity_group has optional argument initial_group_config (ref), whose default is EMPTY.

If we dont set this attribute in the terraform-google-modules/group/google module, the default EMPTY value is used internally.
As the result, an imported group (with initlal_group_config=null) will be replace when running terraform apply.

Therefore, I added lifecycle.ignore_changes for this attribute.

@ysuzuki19 ysuzuki19 requested a review from a team as a code owner October 1, 2025 14:51
Copy link

google-cla bot commented Oct 1, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Module replaces groups imported to terraform state

1 participant