Skip to content

Commit b3e1e22

Browse files
authored
Automation Toolkit Release v11
1 parent a0c90be commit b3e1e22

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

cd3_automation_toolkit/documentation/user_guide/learn_more/ResourceManagerUpload.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,27 @@ This option will upload the created Terraform files & the tfstate (if present) t
55

66
On choosing **"Developer Services"** in the SetUpOCI menu, choose **"Upload current terraform files/state to Resource Manager"** sub-option to upload the terraform outdir into OCI Resource Manager.
77

8-
When prompted, specify the Region to create/upload the terraform files to Resource Manager Stack. Multiple regions can be specified as comma separated values.
8+
When prompted, specify the Region to create/upload the terraform files to Resource Manager Stack. Multiple regions can be specified as comma separated values. Specify 'global' to upload RPC related components which reside in 'global' directory.
99

10-
On the next prompt, enter the Compartment where the Stack should be created if it is for the first time. The toolkit will create a Stack for the region specified previously under the specified compartment.
10+
On the next prompt, enter the Compartment where the Stack should be created if it is for the first time. The toolkit will create a Stack for the region specified previously under the specified compartment. For global resources, stack will be created in the home region.
1111

1212
The Stack created will use Terraform 1.0.x. The upload includes terraform.tfstate file as well, if present. This is to sync the OCI Resource Manager Stack to that of your outdir.
1313

14-
The toolkit also creates a rm_ocids.csv file in the outdir which has the information on the Resource Manager stack that is created. The format of the data in ***rm_ocids.csv*** is as follows -
15-
16-
***_<Compartment_Name>;<Region_in_lowercase>;<Resource_Manager_Name>;<Resource_Manager_OCID>_***
14+
The toolkit also creates a rm_ocids.csv file in the outdir/<region_dir> which has the information on the Resource Manager stack that is created. The format of the data in ***rm_ocids.csv*** is as follows -
1715

16+
***_<Region_in_lowercase>;<Compartment_Name>;<Resource_Manager_Name>;<Resource_Manager_OCID>_***
1817

1918
Example:
2019

2120
<kbd>
22-
<img width="800" alt="image" src="https://user-images.githubusercontent.com/122371432/214032479-a4754a66-dcf9-4540-a627-dcc8393a062b.png">
21+
<img width="800" alt="image" src="https://github.com/oracle-devrel/cd3-automation-toolkit/assets/103508105/e95572de-2cb0-46f9-ae26-21391c9fee8b">
2322
</kbd>
2423

25-
To use an existing Resource Manager stack, enter the details in the format provided above into your _outdir/rm_ocids.csv_" file.
24+
To use an existing Resource Manager stack, enter the details in the format provided above into your _outdir/<region_dir>/rm_ocids.csv_" file.
2625

2726

2827
Sample Execution:
2928

3029
<kbd>
31-
<img width="800" height="600" alt="image" src="https://user-images.githubusercontent.com/122371432/214032803-b31feff1-9949-459b-b2f4-4af35421436c.png">
30+
<img width="800" height="600" alt="image" src="(https://github.com/oracle-devrel/cd3-automation-toolkit/assets/103508105/e3d7417e-ce1c-464a-8a1d-5cdfd7862835))">
3231
</kbd>

0 commit comments

Comments
 (0)