Skip to content

Commit

Permalink
📝 [altantis] add replace example
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanbekker authored Aug 12, 2024
1 parent ff89fc0 commit 15a7399
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions atlantis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ Atlantis import:
```bash
atlantis import -d 'environments/test' 'module.acm[0].aws_acm_certificate.this[0]' arn:aws:acm:us-east-2:000000000000:certificate/00000000-0000-0000-0000-000000000000
```

Atlantis replace (taint):

```bash
atlantis plan -d environments/test -w workspacename -- -replace='module.env.some_resource.this'
```

0 comments on commit 15a7399

Please sign in to comment.