Skip to content

Commit

Permalink
Prepare to release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Jan 9, 2024
1 parent 5851bb3 commit a1448c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.7.1

**Release date:** 2024-01-09

* Force delete environment if terraform destroy failed [#358](https://github.com/atlassian-labs/data-center-terraform/pull/358)
* sanitize product variable to get rid of Windows style line endings [#359](https://github.com/atlassian-labs/data-center-terraform/pull/359)
* always delete terraform state [#360](https://github.com/atlassian-labs/data-center-terraform/pull/360)

## 2.7.0

**Release date:** 2024-01-03
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/userguide/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Set up a user with an administrator IAM role. See [Configuration basics — AWS
Clone the `data-center-terraform` project repository from GitHub:

```shell
git clone -b 2.7.0 https://github.com/atlassian-labs/data-center-terraform.git && cd data-center-terraform
git clone -b 2.7.1 https://github.com/atlassian-labs/data-center-terraform.git && cd data-center-terraform
```

## 3. Configure the infrastructure
Expand Down

0 comments on commit a1448c5

Please sign in to comment.