Skip to content

Fix aws_subnet - ignore default enable_lni_at_device_index#2062

Open
Minxhvk wants to merge 1 commit intoGoogleCloudPlatform:masterfrom
Minxhvk:fix/subnet-ignore-lni-default
Open

Fix aws_subnet - ignore default enable_lni_at_device_index#2062
Minxhvk wants to merge 1 commit intoGoogleCloudPlatform:masterfrom
Minxhvk:fix/subnet-ignore-lni-default

Conversation

@Minxhvk
Copy link

@Minxhvk Minxhvk commented Jul 29, 2025

Omit the default LNI index (0) for aws_subnet to prevent Terraform errors.

When enable_lni_at_device_index = "0" is generated, Terraform fails with:

Error: enable_lni_at_device_index must not be zero, got 0

By ignoring the default 0 value, we avoid this invalid configuration and eliminate unwanted diffs.

@Minxhvk
Copy link
Author

Minxhvk commented Aug 4, 2025

Hi @sergeylanzman
Can I get a review and merge on this PR ?

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.

1 participant