Skip to content

Commit

Permalink
fix: source instead of export for AWS variables (#32)
Browse files Browse the repository at this point in the history
* fix: source instead of export for AWS variables

* Update readme.tf
  • Loading branch information
venkatamutyala authored May 15, 2023
1 parent 1a7ba5b commit 3f673d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/tenant-readme/0.1.0/readme.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ locals {
argocd_crd_version = "v2.7.2"
argocd_helm_chart_version = "5.33.3"
glueops_platform_version = "0.13.2"
tools_version = "v0.1.1"
tools_version = "v0.1.2"
}


Expand Down
2 changes: 1 addition & 1 deletion modules/tenant-readme/0.1.0/tenant-readme.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gh repo clone placeholder_github_owner/placeholder_repo_name
* Set credentials for Terraform using the `.env` created in step 1a.:

```sh
export $(pwd)/.env
source $(pwd)/.env
```

* Reference documents for [terraform-module-cloud-aws-kubernetes-cluster](https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster) and use the pre-created directory `terraform/kubernetes` within this repo for the `main.tf` file to deploy the cluster.
Expand Down

0 comments on commit 3f673d5

Please sign in to comment.