-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
New resource azurerm_express_route_circuit_connection #11303
Merged
katbyte
merged 31 commits into
hashicorp:master
from
xuzhang3:f/expressroutecircuot_connection
Jun 30, 2021
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c85c7f7
new resource express route circuit connection
f18a701
new resource express route circuit connection
3ac150b
* remove peering_name
7c390c7
format
7275014
format
1768c01
remove unused params
39b00d2
update code
116abdc
update code
78614df
update code
32ad561
update code
4eba331
update code
a819345
update code
10409c6
update code
c17b006
Merge remote-tracking branch 'upstream/master' into f/expressroutecir…
84da756
update code
68b4113
update code
3f1ae94
update code
8082518
update code
1e9b435
update code
b887d31
Merge remote-tracking branch 'upstream/master' into f/expressroutecir…
00028bc
update code
7e8910c
update code
1b344e2
update code
3163083
update code
9298a2d
update code
2b23456
update code
3e9557b
update code
e91a70c
update code
b174375
update code
49dd452
update code
7960a66
update code
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
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.
Why don't we ignore those invalid value to be specified at the first place?
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 cannot ignore it at the beginning. Because "*****************" is returned only when authorizationKey is changed from "xxxxx" to nil.
Scenario 1:
when authorizationKey isn't specified in tf, api returns nil
Scenario 2:
When authorizationKey is specified in tf, api returns "xxxxx"
Scenario 3:
When authorizationKey is changed from "xxxx" to nil in tf, api returns "*****************"