-
Notifications
You must be signed in to change notification settings - Fork 684
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
subnet: update acc test #151
Conversation
10f1013
to
7954f34
Compare
oop, I've got an issue in |
ok, I hope that's everything |
fcb14ba
to
ea8029a
Compare
Isn't making these required a breaking change for existing configurations? |
@mikejihbe So far as I can tell, the default values don't actually work. So in practice, any configuration that isn't specifying them is broken. Any configuration which does specify them should be unchanged. |
Hmm, okay. I'm fine with it then.
…On Tue, Jun 20, 2017 at 12:33 PM, Joseph Anthony Pasquale Holsten < ***@***.***> wrote:
@mikejihbe <https://github.com/mikejihbe> So far as I can tell, the
default values don't actually work. So in practice, any configuration that
isn't specifying them is broken. Any configuration which does specify them
should be unchanged.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#151 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADNNo-xZVF2yX1vEj_K55Cs9liCKIVRks5sGAJOgaJpZM4N8vks>
.
--
Mike Ihbe
MustWin - Principal
[email protected]
[email protected]
skype: mikeihbe
Cell: 651.283.0815
|
I probably should note this in the commit message. BTW, should we start maintaining a changelog? |
TODO: add example to doc |
ea8029a
to
5e49ed7
Compare
…ity_list_ids Default values in schema differ from the defaults provided by API, so any configuration not specifying them is broken. Any configuration which does specify them should be unchanged. - resource_obmcs_core_subnet.go: make dhcp_options_id, route_table_id, security_list_ids required - resource_obmcs_core_subnet_test.go: rewrite - provider_test.go, data_source_obmcs_core_subnet_test.go: add required attributes
5e49ed7
to
227ede5
Compare
doc updated |
Legit. I wish there was a better solution for optional params not causing TF to act foolishly though :( |
right? I tried a number of options before letting the other terraform contributors convince me that this was the least terrible option. |
Identified while investigating #113
resource_obmcs_core_subnet
: makedhcp_options_id
,route_table_id
,security_list_ids
requiredresource_obmcs_core_subnet_test
: rewriteprovider_test
: add required attributes tobaremetal_core_subnet
usage