chore(enos): Pin terraform to 1.3.9 to mitigate bug (#3087)

pull/3090/head
Michael Li 3 years ago committed by GitHub
parent 5243209d96
commit 4e697d4dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,6 +98,9 @@ jobs:
# the terraform wrapper will break Terraform execution in enos because
# it changes the output to text when we expect it to be JSON.
terraform_wrapper: false
# Terraform 1.4.x introduced an issue that prevents some resources from
# planning. Pin to 1.3.x until it is resolved.
terraform_version: 1.3.9
- name: Import GPG key for Boundary pass keystore
id: import_gpg
uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549 # TSCCR: could not find tsccr entry for crazy-max/ghaction-import-gpg

Loading…
Cancel
Save