-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove variable ssh_private_key_path (#36)
* remove variable ssh_private_key_path * terraform-docs: automated action * add terraform.tfvars.template * terraform-docs: automated action --------- Co-authored-by: Filippo Merante <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1176491
commit fc547cb
Showing
4 changed files
with
51 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Oracle API Key | ||
TF_VAR_oracle_api_key_fingerprint= | ||
# Oracle Cloud Infrastructure User OCID | ||
TF_VAR_user_ocid= | ||
# Oracle Cloud Infrastructure Tenancy OCID | ||
TF_VAR_tenancy_ocid= | ||
# Oracle Cloud Infrastructure Compartment OCID | ||
TF_VAR_compartment_ocid= | ||
# SSH Public Key for the Oracle Cloud Infrastructure Compute Instance | ||
TF_VAR_ssh_public_key= |
Oops, something went wrong.