Created
April 10, 2018 06:23
-
-
Save okoye/7525670f3425dae1b43db4bb554469fa to your computer and use it in GitHub Desktop.
lyft-av-account
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Desktop/trees/avops/terraform/aws-us-west-2/core terraform ● terraform apply | |
An execution plan has been generated and is shown below. | |
Resource actions are indicated with the following symbols: | |
+ create | |
Terraform will perform the following actions: | |
+ aws_s3_bucket.terraform | |
id: <computed> | |
acceleration_status: <computed> | |
acl: "private" | |
arn: <computed> | |
bucket: "lyft-av-terraform-infrastructure" | |
bucket_domain_name: <computed> | |
force_destroy: "false" | |
hosted_zone_id: <computed> | |
region: <computed> | |
request_payer: <computed> | |
versioning.#: "1" | |
versioning.0.enabled: "true" | |
versioning.0.mfa_delete: "false" | |
website_domain: <computed> | |
website_endpoint: <computed> | |
Plan: 1 to add, 0 to change, 0 to destroy. | |
Do you want to perform these actions? | |
Terraform will perform the actions described above. | |
Only 'yes' will be accepted to approve. | |
Enter a value: yes | |
aws_s3_bucket.terraform: Creating... | |
acceleration_status: "" => "<computed>" | |
acl: "" => "private" | |
arn: "" => "<computed>" | |
bucket: "" => "lyft-av-terraform-infrastructure" | |
bucket_domain_name: "" => "<computed>" | |
force_destroy: "" => "false" | |
hosted_zone_id: "" => "<computed>" | |
region: "" => "<computed>" | |
request_payer: "" => "<computed>" | |
versioning.#: "" => "1" | |
versioning.0.enabled: "" => "true" | |
versioning.0.mfa_delete: "" => "false" | |
website_domain: "" => "<computed>" | |
website_endpoint: "" => "<computed>" | |
aws_s3_bucket.terraform: Still creating... (10s elapsed) | |
aws_s3_bucket.terraform: Creation complete after 14s (ID: lyft-av-terraform-infrastructure) | |
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment