Skip to content

Instantly share code, notes, and snippets.

@looprock
Created August 21, 2015 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save looprock/dbbfe916b04810d06ea9 to your computer and use it in GitHub Desktop.
Save looprock/dbbfe916b04810d06ea9 to your computer and use it in GitHub Desktop.
simple_RDS_mysql
/var/lib/rundeck/terraform/dland-rundeck-7
Refreshing Terraform state prior to plan...
The Terraform execution plan has been generated and is shown below.
Resources are shown in alphabetical order for quick scanning. Green resources
will be created (or destroyed and then created if an existing resource
exists), yellow resources are being changed in-place, and red resources
will be destroyed.
Note: You didn't specify an "-out" parameter to save this plan, so when
"apply" is called, Terraform can't guarantee this is what will execute.
+ cloudstack_disk.default
attach: "" => "1"
device: "" => "<computed>"
disk_offering: "" => "Medium"
name: "" => "dland-rundeck-7-data-disk"
shrink_ok: "" => "0"
size: "" => "<computed>"
virtual_machine: "" => "${cloudstack_instance.db.id}"
zone: "" => "Oakland"
+ cloudstack_instance.db
display_name: "" => "<computed>"
expunge: "" => "1"
ipaddress: "" => "<computed>"
name: "" => "dland-rundeck-7"
network: "" => "shared-net-01"
service_offering: "" => "Preprod_Db_Local"
template: "" => "CentOS 6 - Vast - LDAP+chef (v3)"
user_data: "" => "29e16d785a35c78e6cd85b51b120c3da04b1f679"
zone: "" => "Oakland"
Plan: 2 to add, 0 to change, 0 to destroy.
cloudstack_instance.db: Creating...
display_name: "" => "<computed>"
expunge: "" => "1"
ipaddress: "" => "<computed>"
name: "" => "dland-rundeck-7"
network: "" => "shared-net-01"
service_offering: "" => "Preprod_Db_Local"
template: "" => "CentOS 6 - Vast - LDAP+chef (v3)"
user_data: "" => "29e16d785a35c78e6cd85b51b120c3da04b1f679"
zone: "" => "Oakland"
cloudstack_instance.db: Creation complete
cloudstack_disk.default: Creating...
attach: "" => "1"
device: "" => "<computed>"
disk_offering: "" => "Medium"
name: "" => "dland-rundeck-7-data-disk"
shrink_ok: "" => "0"
size: "" => "<computed>"
virtual_machine: "" => "4c81a268-320e-4ccd-b5b0-61b4d2e3ddb0"
zone: "" => "Oakland"
cloudstack_disk.default: Creation complete
Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
The state of your infrastructure has been saved to the path
below. This state is required to modify and destroy your
infrastructure, so keep it safe. To inspect the complete state
use the `terraform show` command.
State path: terraform.tfstate
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
Waiting for dland-rundeck-7.cs.oak.vast.com (10.103.2.210) port 3306 to become available....
dland-rundeck-7.cs.oak.vast.com (10.103.2.210) is now ready for requests on port 3306!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment