Skip to content

Commit

Permalink
Feature/tf upgrade (#65)
Browse files Browse the repository at this point in the history
* /deploy sandbox

* update changelog

* update build to use terraform 1.5.3

* poetry update libraries

* /deploy sit

* /deploy sit
  • Loading branch information
sliu008 authored May 15, 2024
1 parent df4370b commit add0167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform_deploy/override.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

if __name__ == '__main__':

data = {'module': [{'tig': {'source': sys.argv[1], 'lambda_container_image_uri': sys.argv[2]}}]}
data = {'module': {'tig': {'source': sys.argv[1], 'lambda_container_image_uri': sys.argv[2]}}}
with open('override.tf.json', 'w') as f:
json.dump(data, f)
2 changes: 1 addition & 1 deletion terraform_deploy/tig.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "tig" {
source = "source will be override by override.py"
source = "https://github.com/podaac/tig/releases/download/0.11.0/tig-terraform-0.11.0.zip"
// Lambda variables
prefix = var.prefix
lambda_container_image_uri = "image will be override by override.py"
Expand Down

0 comments on commit add0167

Please sign in to comment.