Skip to content

Commit

Permalink
feat: Use getindata/atlantis-repo-config/null that handles import
Browse files Browse the repository at this point in the history
… & `state rm` steps (#15)
  • Loading branch information
mariusz89016 authored Jun 6, 2023
1 parent 613d7bf commit b3f114e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module "atlantis" {

| Name | Source | Version |
|------|--------|---------|
| <a name="module_atlantis_repo_config"></a> [atlantis\_repo\_config](#module\_atlantis\_repo\_config) | getindata/atlantis-repo-config/null | 2.2.0 |
| <a name="module_atlantis_repo_config"></a> [atlantis\_repo\_config](#module\_atlantis\_repo\_config) | getindata/atlantis-repo-config/null | 2.3.0 |
| <a name="module_azure_container_group"></a> [azure\_container\_group](#module\_azure\_container\_group) | getindata/container-group/azurerm | 3.1.1 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "atlantis_repo_config" {
source = "getindata/atlantis-repo-config/null"
version = "2.2.0"
version = "2.3.0"

repos = var.atlantis_repo_config_repos
repos_common_config = var.atlantis_repo_config_repos_common_config
Expand Down

0 comments on commit b3f114e

Please sign in to comment.