-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support connectivity fields for Composer 3 #9889
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
fbb1a7d
add composer_network_attachment
spapi17 ba9a1f5
indicate conflicting configs
spapi17 c68d7c7
commas
spapi17 83a24e3
no need for bidirectional conflict definition (generates double errors)
spapi17 53ed66b
protect nit PrivateClusterConfig
spapi17 4ecb5cd
for optimizing error messages about conflicts
spapi17 34f9c5f
add 2 step update for composer_network_attachment
spapi17 3713ba3
make composer_network_attachment available in beta only
spapi17 4898509
add two step update for network and subnetwork
spapi17 aa9c9d4
Merge branch 'main' into network
spapi17 33db174
corrections in 2 phase update for network/subnetwork
spapi17 713e34e
Merge branch 'GoogleCloudPlatform:main' into network
spapi17 654aec6
remove composer3 check(CustomizeDiff will solve this), filter api err…
spapi17 e4f61ed
Merge branch 'GoogleCloudPlatform:main' into network
spapi17 5383cf6
merge main
spapi17 4239e3a
Merge branch 'main' into network
spapi17 f719deb
added ForceNewIf fot network/subnetwork, problem with unsetting these…
spapi17 51bf71a
add docs for composer_network_attachment
spapi17 ac103fc
add test for network attachment
spapi17 0ce121e
ignore non empty plan in network attachment test
spapi17 4d48140
add networkAttachment update and conflicting fields tests
spapi17 0b3c252
add ComputedIf for network, change isComposer3
spapi17 29e4dd7
Merge branch 'main' into network
spapi17 4546db2
minor corrections
spapi17 b3cbf7b
remove computedIf
spapi17 1f82190
filter equivalent values of network/subnetwork in ForceNewIf
spapi17 4a577a8
simplify ResourceConditionFunc, add beta/ga version conditions
spapi17 4aa9684
typo
spapi17 62ce208
more general comparison of network references
spapi17 4d3c0a5
use tpgresource.CompareSelfLinkRelativePaths instead of custom function
spapi17 b8d0f9e
modify isComposer3 to avoid merge conflicts later.
spapi17 3c129c2
removing this since documentation is handled in other PR and to avoid…
spapi17 9021018
replace ExpectNonEmptyPlan with lifecycle.ignore_changes
spapi17 d293e8f
Merge branch 'main' into network
spapi17 7ec49b0
add testcase for changing network attachment to network and subnetwork
spapi17 6185aad
Merge branch 'network' of github.com:spapi17/magic-modules into network
spapi17 250452e
add third step to TestAccComposerEnvironmentComposer3_updateWithNetwo…
spapi17 684adb9
modify tests to use different network for attachment
spapi17 1bf57c7
remove unused constant
spapi17 321d558
merge main
spapi17 528f9d8
remove ExpectNonEmptyPlan (already replaced with lifecycle.ignore_cha…
spapi17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Oh, we'll need to add handwritten documentation for the field: https://googlecloudplatform.github.io/magic-modules/develop/resource/#add-documentation
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.
I have a separate PR for documenting Composer 3 argument usage.
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.
Thanks! This is covered there, sgtm