Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Load Terraform plan #1

Merged
merged 1 commit into from
May 12, 2020
Merged

Load Terraform plan #1

merged 1 commit into from
May 12, 2020

Conversation

chriswahl
Copy link
Member

Adding an existing plan with external state.

Signed-off-by: Chris Wahl <github@wahlnetwork.com>
@github-actions
Copy link

github-actions bot commented May 12, 2020

The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.

data.aws_caller_identity.current: Refreshing state...
aws_kms_key.this: Refreshing state... [id=42eb369da8a9]
aws_kms_alias.this: Refreshing state... [id=alias/demo-kms-terraform-use1]
aws_s3_bucket.this: Refreshing state... [id=demo-s3-terraform-use1]
aws_s3_bucket_public_access_block.this: Refreshing state... [id=demo-s3-terraform-use1]

------------------------------------------------------------------------

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

@chriswahl chriswahl merged commit e3e72dd into master May 12, 2020
@chriswahl chriswahl deleted the init branch May 12, 2020 03:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant