This PR duplicates the existing Terraform configuration for the 'dev' environment to create a new 'staging' environment. The 'staging' environment will have the same configuration as the 'dev' environment.
Summary of Changes
Created a new 'staging' directory under 'oci/myapp/' to hold the Terraform files for the 'staging' environment.
Copied the existing Terraform files from the 'dev' directory to the 'staging' directory.
No modifications were made to the copied files as the issue did not specify any changes in the configuration for the 'staging' environment.
Please review and merge this PR to create the 'staging' environment.
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/duplicate-dev-to-staging
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR duplicates the existing Terraform configuration for the 'dev' environment to create a new 'staging' environment. The 'staging' environment will have the same configuration as the 'dev' environment.
Summary of Changes
Please review and merge this PR to create the 'staging' environment.
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.