-
Notifications
You must be signed in to change notification settings - Fork 84
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
Configure project and VPC at provider level #1226
base: master
Are you sure you want to change the base?
Conversation
Add VPC to context and handle it accordingly in tests and wrappers. Signed-off-by: Kobi Samoray <[email protected]>
398ba04
to
cb6c1fe
Compare
/test-all |
7faf9c1
to
335a5eb
Compare
Allow configuration of the attributes above in the provider globally for the whole context, instead of the resource level. Signed-off-by: Kobi Samoray <[email protected]>
335a5eb
to
b2db212
Compare
/test-all |
I think that I should add some tests for this case as well. |
To avoid confusion, I suggest erroring out in case different vpcs are specified on provider level and in the resource |
/test-all |
To handle invalid configuration of a context in both object and provider levels. Signed-off-by: Kobi Samoray <[email protected]>
8b24632
to
1a0b9e0
Compare
/test-all |
@ksamoray, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding
|
Signed-off-by: Kobi Samoray <[email protected]>
060577c
to
131fb99
Compare
Signed-off-by: Kobi Samoray <[email protected]>
34f59eb
to
ddfeb34
Compare
Signed-off-by: Kobi Samoray <[email protected]>
ddfeb34
to
961b1e6
Compare
Allow configuration of the attributes above in the provider globally for the whole context, instead of the resource level.