Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resource and data source
vcd_edgegateway
add network support for multiple subnets, sub-allocated pools and rate limits #401Resource and data source
vcd_edgegateway
add network support for multiple subnets, sub-allocated pools and rate limits #401Changes from all commits
9295238
96af345
0e8fe0d
0c4c32d
e59e656
4419cee
3b801ab
9d364a0
fa09729
e0f0cc1
9214164
0fd8f72
0303937
29b7aa8
f356ad8
dc58e9e
2a8ee46
30ad647
861469b
31716df
d96f123
45c8a33
dc2b6e2
9b46264
baaba7f
271bc3f
6ffac7a
4ade9d5
dced79d
cee3fd8
8819b76
e64db20
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please confirm whether using
TypeSet
leads to the issue where changing (updating) value of any field in HCL shows the wholeexternal_network
block as being deleted and re-created during aterraform plan
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this will show it. Something like that:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A remotely related issue at HashiCorp for reference:
hashicorp/terraform#21901
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please confirm that Mbps is what API is using (just want to make sure we avoid nasty conversion issues).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. And funny enough it works properly with float values (included in tests as well):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have case where API and UI don't match Types.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, but these numbers in screenshot were created using provider, not entered manually.