Skip to content

Commit

Permalink
sed change
Browse files Browse the repository at this point in the history
  • Loading branch information
brokedba authored Sep 13, 2023
1 parent 621da23 commit 2c388c1
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 @@ -39,7 +39,7 @@ steps:
export OBJECT_BUCKET_NAME=${BUCKET_NAME}
cd ${OCI_PRIMARY_SOURCE_DIR}/${TF_PROVIDER_PATH}/${TF_STACK_DIR}
echo "remove original provider section"
sed -i -e '14,20d;27,30d;/^variable "tenancy_ocid"/d' variables.tf
sed -i -e '14,20d;27,29d;/^variable "tenancy_ocid"/d' variables.tf
sed -i -e 's/file(var.ssh_public_key)/var.ssh_public_key/g' compute.tf
echo "add new provider based on the principal authentication"
cat <<EOF >provider.tf
Expand Down

0 comments on commit 2c388c1

Please sign in to comment.