Skip to content

Instantly share code, notes, and snippets.

@muhammad-ammar
Created July 4, 2017 07:10
Show Gist options
  • Save muhammad-ammar/3162248fb04496a6df0e0cf8e3453817 to your computer and use it in GitHub Desktop.
Save muhammad-ammar/3162248fb04496a6df0e0cf8e3453817 to your computer and use it in GitHub Desktop.
terraform plan
+ aws_instance.veda_sandbox
ami: "ami-2e5e9c43"
associate_public_ip_address: "<computed>"
availability_zone: "<computed>"
ebs_block_device.#: "<computed>"
ephemeral_block_device.#: "<computed>"
instance_state: "<computed>"
instance_type: "g2.2xlarge"
ipv6_address_count: "<computed>"
ipv6_addresses.#: "<computed>"
key_name: "APKAJCIQCSPA7GDPPS4Q"
network_interface.#: "<computed>"
network_interface_id: "<computed>"
placement_group: "<computed>"
primary_network_interface_id: "<computed>"
private_dns: "<computed>"
private_ip: "<computed>"
public_dns: "<computed>"
public_ip: "<computed>"
root_block_device.#: "<computed>"
security_groups.#: "1"
security_groups.2963400642: "videoimage_veda_sandbox"
source_dest_check: "true"
subnet_id: "<computed>"
tags.%: "1"
tags.Name: "Veda Sandbox : videoimage"
tenancy: "<computed>"
volume_tags.%: "<computed>"
vpc_security_group_ids.#: "<computed>"
+ aws_s3_bucket.deliver_bucket
acceleration_status: "<computed>"
acl: "public-read"
arn: "<computed>"
bucket: "videoimage-vedadeliver"
bucket_domain_name: "<computed>"
cors_rule.#: "1"
cors_rule.0.allowed_headers.#: "1"
cors_rule.0.allowed_headers.0: "*"
cors_rule.0.allowed_methods.#: "4"
cors_rule.0.allowed_methods.0: "PUT"
cors_rule.0.allowed_methods.1: "POST"
cors_rule.0.allowed_methods.2: "GET"
cors_rule.0.allowed_methods.3: "HEAD"
cors_rule.0.allowed_origins.#: "3"
cors_rule.0.allowed_origins.0: "https://studio-videoimage.sandbox.edx.org"
cors_rule.0.allowed_origins.1: "https://videoimage.sandbox.edx.org"
cors_rule.0.allowed_origins.2: "https://preview-videoimage.sandbox.edx.org"
cors_rule.0.expose_headers.#: "1"
cors_rule.0.expose_headers.0: "ETag"
cors_rule.0.max_age_seconds: "3000"
force_destroy: "false"
hosted_zone_id: "<computed>"
region: "<computed>"
request_payer: "<computed>"
versioning.#: "<computed>"
website_domain: "<computed>"
website_endpoint: "<computed>"
+ aws_s3_bucket.store_bucket
acceleration_status: "<computed>"
acl: "private"
arn: "<computed>"
bucket: "videoimage-vedastore"
bucket_domain_name: "<computed>"
force_destroy: "false"
hosted_zone_id: "<computed>"
region: "<computed>"
request_payer: "<computed>"
versioning.#: "<computed>"
website_domain: "<computed>"
website_endpoint: "<computed>"
+ aws_s3_bucket.upload_bucket
acceleration_status: "<computed>"
acl: "public-read"
arn: "<computed>"
bucket: "videoimage-vedaupload"
bucket_domain_name: "<computed>"
cors_rule.#: "1"
cors_rule.0.allowed_headers.#: "1"
cors_rule.0.allowed_headers.0: "*"
cors_rule.0.allowed_methods.#: "4"
cors_rule.0.allowed_methods.0: "PUT"
cors_rule.0.allowed_methods.1: "POST"
cors_rule.0.allowed_methods.2: "GET"
cors_rule.0.allowed_methods.3: "HEAD"
cors_rule.0.allowed_origins.#: "1"
cors_rule.0.allowed_origins.0: "https://studio-videoimage.sandbox.edx.org"
cors_rule.0.expose_headers.#: "1"
cors_rule.0.expose_headers.0: "ETag"
cors_rule.0.max_age_seconds: "3000"
force_destroy: "false"
hosted_zone_id: "<computed>"
region: "<computed>"
request_payer: "<computed>"
versioning.#: "<computed>"
website_domain: "<computed>"
website_endpoint: "<computed>"
+ aws_security_group.veda_sec_sandbox
description: "VEDA Sandbox Sec Group"
egress.#: "1"
egress.482069346.cidr_blocks.#: "1"
egress.482069346.cidr_blocks.0: "0.0.0.0/0"
egress.482069346.from_port: "0"
egress.482069346.ipv6_cidr_blocks.#: "0"
egress.482069346.prefix_list_ids.#: "0"
egress.482069346.protocol: "-1"
egress.482069346.security_groups.#: "0"
egress.482069346.self: "false"
egress.482069346.to_port: "0"
ingress.#: "1"
ingress.1811147003.cidr_blocks.#: "1"
ingress.1811147003.cidr_blocks.0: "172.16.12.32/32"
ingress.1811147003.from_port: "22"
ingress.1811147003.ipv6_cidr_blocks.#: "0"
ingress.1811147003.protocol: "tcp"
ingress.1811147003.security_groups.#: "0"
ingress.1811147003.self: "false"
ingress.1811147003.to_port: "22"
name: "videoimage_veda_sandbox"
owner_id: "<computed>"
vpc_id: "<computed>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment