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

Moved main.tf to examples/ #17

Merged
merged 8 commits into from
Jan 22, 2020
Merged

Conversation

shylasrinivas
Copy link
Contributor

Screen Shot 2020-01-21 at 11 02 16 AM

examples/main.tf Outdated
@@ -13,19 +13,19 @@ data "vmc_connected_accounts" "my_accounts" {
data "vmc_customer_subnets" "my_subnets" {
org_id = data.vmc_org.my_org.id
connected_account_id = data.vmc_connected_accounts.my_accounts.ids[0]
region = "US_WEST_2"
region = var.sddc_region
}

resource "vmc_sddc" "sddc_1" {
org_id = data.vmc_org.my_org.id

# storage_capacity = 100
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this line

@saloneerege saloneerege merged commit 7d8a415 into master Jan 22, 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

4 participants