This PR adds the terraform output for the director's blobstore service account key, under the terraforming-pks directory.
The service account key is already created under the modules/infra/output terraform.
This PR will just Expose it to terraforming pks with the below when the opsman_storage_bucket_count = 1 variable has been added to the terraform.tfvars file:
This was also tested to display as blank when the optional opsman_storage_bucket_count = 1 variable has been Not been added to the terraform.tfvars file.
This PR adds the terraform output for the director's blobstore service account key, under the terraforming-pks directory.
The service account key is already created under the modules/infra/output terraform.
This PR will just Expose it to terraforming pks with the below when the
opsman_storage_bucket_count = 1
variable has been added to theterraform.tfvars
file:terraform output director_blobstore_service_account_key
and the below to get the one line string variation for Automation
terraform output director_blobstore_service_account_key | jq 'tostring'
Usage:
This was also tested to display as blank when the optional
opsman_storage_bucket_count = 1
variable has been Not been added to theterraform.tfvars
file.