From 039d6cf0e79e7ca38c040e81ca5f9865b659653b Mon Sep 17 00:00:00 2001 From: Sijo George Date: Fri, 22 Mar 2024 20:05:03 +0530 Subject: [PATCH 1/2] Changing the tag --- setenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setenv b/setenv index 64cc2bf..7c1ac50 100644 --- a/setenv +++ b/setenv @@ -2,5 +2,5 @@ export AWS_PROFILE=oss export PRIVATE_REPO_TOKEN=nullvalue export PRIVATE_REPO_USER=nullvalue export ANSIBLE_BASE_OUTPUT_DIR=$PWD/output -export IAC_TERRAFORM_MODULES_TAG=v0.30.8 +export IAC_TERRAFORM_MODULES_TAG=v5.0.0 export PRIVATE_REPO=example.com \ No newline at end of file From 260a26600404ddfbfb2add1c136c7c83765f1ebb Mon Sep 17 00:00:00 2001 From: David Fry Date: Fri, 22 Mar 2024 17:39:01 +0000 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0c00c4..3c76510 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -docker run -it -v ~/.aws:/root/.aws ghcr.io/mojaloop/control-center-util:0.9.4 /bin/bash +docker run -it -v ~/.aws:/root/.aws ghcr.io/mojaloop/control-center-util:5.0.0 /bin/bash to get started, run the follwing from commandline: ~~~