Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#97] Revert S3 and DynamoDB names for legacy infrastructure access
Summary: This commit rolls back the names of the S3 bucket and DynamoDB table used for Terraform state management to their original identifiers. This change is crucial for maintaining access to our current infrastructure setup before we proceed with renaming and rebranding efforts within our infrastructure configuration. By reverting these names, we ensure continuity and access to existing resources, which is necessary for a smooth transition to the new naming convention. This step is preparatory, aimed at minimizing disruption and maintaining operational integrity during the rebranding process. Technical Details: Modifications were made in Terraform configuration file, versions.tf, within the infra/terraform directory. The changes are as follows: S3 Bucket Name: The Terraform backend configuration in versions.tf has been updated to point back to the original S3 bucket, changing from govtool-terraform-state to vva-terraform-state. This reversion ensures that Terraform commands continue to interface with the existing state file, preserving the link to our current infrastructure assets. DynamoDB Table Name: Similarly, the DynamoDB table used for state locking has been reverted from govtool-terraform-locks to vva-terraform-locks. This change is crucial for maintaining state consistency and preventing concurrent execution conflicts during Terraform operations.
- Loading branch information