Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Added org_id as a required parameter in terraform schema #38

Merged
merged 5 commits into from
Feb 26, 2020

Conversation

saloneerege
Copy link
Contributor

org_id has been now made a required parameter in terraform. This value is now a part of the ConnectorWrapper struct. All data sources and resources can use the value from connector wrapper.

@saloneerege saloneerege changed the title (WIP) Added org_id as a required parameter in terraform schema Added org_id as a required parameter in terraform schema Feb 25, 2020
@saloneerege saloneerege self-assigned this Feb 25, 2020
@@ -46,4 +46,7 @@ func testAccPreCheck(t *testing.T) {
if v := os.Getenv("TEST_SDDC_ID"); v == "" {
t.Fatal("TEST_SDDC_ID must be set for acceptance tests")
}
if v := os.Getenv("AWS_ACCOUNT_NUMBER"); v == "" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this test needed? We don't want to enforce users to provide account number since it is optional - if account number is not provided, we return a list of all accounts.

@saloneerege saloneerege merged commit 7f4e56d into master Feb 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants