Skip to content

Conversation

@ikurakin-zededa
Copy link
Contributor

  • With the current terraform provider version, the tag_level_settings field is optional, and if the field's value is not provided, zedcloud backend sets it to:
tag_level_settings {
     flow_log_transmission = "NETWORK_INSTANCE_FLOW_LOG_TRANSMISSION_UNSPECIFIED"
}

It causes the issue when the terraform plan always shows a diff for this field. This fix sets the tag_level_settings field as required to explicitly put this field's value.

  • Updated documentation.

… (CSD-97)

- With the current terraform provider version, the `tag_level_settings` field is optional, and if the field's value is not provided, zedcloud backend sets it to:
```
tag_level_settings {
     flow_log_transmission = "NETWORK_INSTANCE_FLOW_LOG_TRANSMISSION_UNSPECIFIED"
}
```
It causes the issue when the `terraform plan` always shows a diff for this field.
This fix sets the `tag_level_settings` field as required to explicitly put this field's value.
- Updated documentation.
Copy link
Collaborator

@xyuria-zededa xyuria-zededa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ikurakin-zededa ikurakin-zededa merged commit 21c9181 into main Jan 15, 2025
4 checks passed
@ikurakin-zededa ikurakin-zededa deleted the fix-project-tag-level-settings-diff branch January 15, 2025 14:28
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.

3 participants