From b3f114e3d40e06f8d0c1a705f0b0a637cb2c0617 Mon Sep 17 00:00:00 2001 From: Mariusz Wojakowski Date: Tue, 6 Jun 2023 14:00:56 +0200 Subject: [PATCH] feat: Use `getindata/atlantis-repo-config/null` that handles `import` & `state rm` steps (#15) --- README.md | 2 +- main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 204ff6f..be71319 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ module "atlantis" { | Name | Source | Version | |------|--------|---------| -| [atlantis\_repo\_config](#module\_atlantis\_repo\_config) | getindata/atlantis-repo-config/null | 2.2.0 | +| [atlantis\_repo\_config](#module\_atlantis\_repo\_config) | getindata/atlantis-repo-config/null | 2.3.0 | | [azure\_container\_group](#module\_azure\_container\_group) | getindata/container-group/azurerm | 3.1.1 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | diff --git a/main.tf b/main.tf index 4cc27c9..271353b 100644 --- a/main.tf +++ b/main.tf @@ -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