Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanoguz authored Dec 11, 2023
1 parent 297de35 commit ac92a94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fgt-tf-standalone-existing-vcn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
TF_VAR_region: "${{ secrets.REGION }}"
TF_VAR_fingerprint: "${{ secrets.FINGERPRINT }}"
TF_VAR_private_key_path: ~/.oci/oci_api_key.pem
TF_VAR_igw_ocid: "${{ secrets.IGW_OCID }}"
TF_VAR_vcn_ocid: "${{ secrets.VCN_OCID }}"
TF_VAR_vcn_cidr: "${{ secrets.VCN_CIDR }}"

steps:
- name: "Checkout"
Expand Down

0 comments on commit ac92a94

Please sign in to comment.