-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2214 from oracle/release_gh
- Loading branch information
Showing
448 changed files
with
10,615 additions
and
790 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
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
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
19 changes: 19 additions & 0 deletions
19
...ples/desktops/desktop_pool/private_access/desktops-private-access-phx.auto.tfvars.example
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,19 @@ | ||
# OCI config profile | ||
config_file_profile="terraform-federation-test" | ||
|
||
# region (us-phoenix-1, ca-toronto-1, etc) | ||
region="us-phoenix-1" | ||
|
||
# Secure Desktops Example Configuration | ||
|
||
compartment_id = "<compartment_ocid>" | ||
|
||
desktop_pool_vcn_id = "<vcn_ocid>" | ||
desktop_pool_subnet_id = "<subnet_ocid>" | ||
desktop_pool_image_id = "<image_ocid>" | ||
desktop_pool_image_name = "<image_name>" | ||
desktop_pool_backup_policy_id = "<volume_backup_policy_ocid>" | ||
desktop_pool_contact_details = "test%40example.com" | ||
desktop_pool_private_access_details_subnet_id = "<private_access_subnet_ocid>" | ||
desktop_pool_private_access_details_nsg_ids = "[<private_access_nsg_ids>]" | ||
desktop_pool_private_access_details_private_ip = "<private_access_private_ip>" |
Oops, something went wrong.