Skip to content

Commit 1435324

Browse files
authored
VED-000 Remove int-dev from terraform files (#1093)
1 parent e8679db commit 1435324

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

infrastructure/instance/environments/dev/int/variables.tfvars

Lines changed: 0 additions & 8 deletions
This file was deleted.

infrastructure/mesh/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Important
22

33
The Mesh module is not idempotent, which is why it is kept separate from the main infrastructure folder. Each time the module is applied, it triggers the recreation of various AWS resources related to the Mesh configuration.
4-
There is 1 mesh mailbox for MESH int that currently resides in the preprod AWS account.
4+
There is 1 mesh mailbox for MESH int that resides in the preprod AWS account and another prod mailbox in the prod AWS account.
55

66
## Running terraform
77

@@ -10,9 +10,9 @@ The general procedures are:
1010
1. Set up your environment by creating a .env file with the following values. Note: some values may require customisation based on your specific setup.
1111

1212
```dotenv
13-
ENVIRONMENT=int or prod
13+
ENVIRONMENT=preprod or prod
1414
AWS_PROFILE=your-profile
15-
BUCKET_NAME=(find mesh bucket name in aws s3)
15+
BUCKET_NAME=(find the mesh tf state bucket name in aws s3)
1616
TF_VAR_key=state
1717
```
1818

infrastructure/mesh/environments/dev/variables.tfvars

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)