Override the variable defaults in the Infrastructure repository. (E.g, edit variables.tf, set TF_VAR_ environment variables, or pass the values on the terraform command line.)
region: AWS region code for the AWS region to create the cluster in.
jx_git_url: URL of the Cluster repository.
jx_bot_username: The username of the git bot user
It looks like this should now turn into definitions in jx-requirements,yml, can you confirm? That looks like the pattern, though the only one of the above three variables I see being fetched is "region."
I prefer putting settings into files over setting environment variables, but I'll try the latter if I don't hear back on this relatively soon... thanks.
The current README has this section:
It looks like this should now turn into definitions in jx-requirements,yml, can you confirm? That looks like the pattern, though the only one of the above three variables I see being fetched is "region."
I prefer putting settings into files over setting environment variables, but I'll try the latter if I don't hear back on this relatively soon... thanks.