sciencehistory / export_archivesspace_xml

Export our archivesspace EADs to S3.
Other
0 stars 0 forks source link

Manage buckets, etc. in Terraform #7

Closed eddierubeiz closed 2 years ago

eddierubeiz commented 2 years ago
eddierubeiz commented 2 years ago

OK -- we finally have the following resources in the state file, and the state stored on S3.

aws_iam_policy.export_archivesspace_xml_policy: Refreshing state... [id=arn:aws:iam::335460257737:policy/export_archivesspace_xml_policy]
aws_iam_user.export_archivesspace_xml_user: Refreshing state... [id=export_archivesspace_xml]
aws_dynamodb_table.terraform_state_locks: Refreshing state... [id=export-archivesspace-xml-terraform-state-locks]
aws_s3_bucket.ead: Refreshing state... [id=ead.sciencehistory.org]
aws_s3_bucket.terraform_state: Refreshing state... [id=export-archivesspace-xml-terraform-state]
aws_iam_user_policy_attachment.export-archivesspace-xml_user_policy_attachment: Refreshing state... [id=export_archivesspace_xml-20220120140710366600000001]
aws_s3_bucket_policy.ead: Refreshing state... [id=ead.sciencehistory.org]
aws_s3_bucket_ownership_controls.ead: Refreshing state... [id=ead.sciencehistory.org]
aws_s3_bucket_public_access_block.terraform_state: Refreshing state... [id=export-archivesspace-xml-terraform-state]

No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.