Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@ export IBMCLOUD_HOME=/opt/ibmcloud
mkdir -p /opt/ibmcloud
ibmcloud plugin install --all || true
ibmcloud config --check-version=false

# Terraform
terraform_version=1.12.0
curl -s -L "https://releases.hashicorp.com/terraform/${terraform_version}/terraform_${terraform_version}_linux_${ARCH}.zip" \
-o "terraform.zip"
unzip -q terraform.zip
install -t /usr/bin terraform
rm terraform terraform.zip
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ pyyaml
requests-oauthlib
six
toml
yamlforge-infra>=1.0.0b5
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ collections:

# openstacksdk>=1.0.0
- name: openstack.cloud

- name: rut31337.yamlforge
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not rhpds/yamlforge ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when i started writing this I wasnt sure we were going to use it in rhpds directly. i can move it.

version: 1.0.7
Loading