Skip to content

Instantly share code, notes, and snippets.

@larstobi
Created August 27, 2015 14:32
Show Gist options
  • Save larstobi/183633a35b6c5d65ddac to your computer and use it in GitHub Desktop.
Save larstobi/183633a35b6c5d65ddac to your computer and use it in GitHub Desktop.
cloudstack_vpc.default: Creating...
cidr: "" => "10.0.0.0/16"
display_text: "" => "test-vpc"
name: "" => "test-vpc"
vpc_offering: "" => "Default VPC Offering"
zone: "" => "Digipost advanced"
cloudstack_vpc.default: Creation complete
cloudstack_network.subnet-2: Creating...
cidr: "" => "10.0.20.0/24"
display_text: "" => "subnet-2"
name: "" => "subnet-2"
network_offering: "" => "DefaultIsolatedNetworkOfferingForVpcNetworksNoLB"
vpc: "" => "c60b0c15-9a27-470d-a208-fd261cd9a2a5"
zone: "" => "Digipost advanced"
cloudstack_network.subnet-1: Creating...
cidr: "" => "10.0.10.0/24"
display_text: "" => "subnet-1"
name: "" => "subnet-1"
network_offering: "" => "DefaultIsolatedNetworkOfferingForVpcNetworks"
vpc: "" => "c60b0c15-9a27-470d-a208-fd261cd9a2a5"
zone: "" => "Digipost advanced"
cloudstack_network_acl.default: Creating...
description: "" => "<computed>"
name: "" => "test-acl"
vpc: "" => "c60b0c15-9a27-470d-a208-fd261cd9a2a5"
cloudstack_network_acl.default: Creation complete
cloudstack_network.subnet-1: Creation complete
Error applying plan:
1 error(s) occurred:
* cloudstack_network.subnet-2: Error creating network subnet-2: CloudStack API error 431 (CSExceptionErrorCode: 4350): Can't use specified network offering id as its stat is not Enabled
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment