Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brokedba authored Sep 12, 2023
1 parent bddc7bf commit 28ee708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci_devops/build_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ steps:
echo " check the execution plan"
export TF_VAR_region="${REGION}"
export TF_VAR_ssh_public_key=${SSH_PUB_KEY}
# export TF_VAR_ssh_public_key=${ssh_public_key_1}${ssh_public_key_2}
# export TF_VAR_ssh_public_key=${ssh_public_key_1}${ssh_public_key_2}
echo "ssh public key => ${TF_VAR_ssh_public_key} "
export TF_VAR_private_key_path='./oci_key.pem'
terraform plan -out=${OCI_PRIMARY_SOURCE_DIR}/instance.tfplan
Expand Down

0 comments on commit 28ee708

Please sign in to comment.