You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Testing Pipelines with the newly added GovCloud account
150
150
151
-
We'll validate pipelines by creating a new S3 bucket in the GovCloud account.
151
+
We'll validate pipelines by creating a new S3 bucket in the GovCloud account. Replace <CustomizableValueid='S3_BUCKET_NAME'/> with your desired bucket name. Ensure the bucket name is unique.
Copy file name to clipboardExpand all lines: docs/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.mdx
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,20 +62,16 @@ The default `bootstrap` Terragrunt stack provided in the installation guide incl
62
62
3. Add the Terragrunt code below to the newly created `terragrunt.hcl` file to define the S3 bucket. Replace <CustomizableValueid='S3_BUCKET_NAME'/> with your desired bucket name. Ensure the bucket name is unique.
@@ -134,10 +126,6 @@ The default `bootstrap` Terragrunt stack provided in the installation guide incl
134
126
4. Add the Terragrunt code below to define the Storage Account with a dependency on the Resource Group. Replace <CustomizableValueid='STORAGE_ACCOUNT_NAME'/> with your desired storage account name. Ensure the name is unique and follows Azure naming conventions (lowercase letters and numbers only, 3-24 characters).
0 commit comments