-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
45 terragrunt retry not working with apply all (#47)
* Adds ignore dependency on terragrunt destroy Signed-off-by: rich-ehrhardt <[email protected]> * Adds conditions for terragrunt retry Signed-off-by: rich-ehrhardt <[email protected]> * Reduces parallelism and adds pause before proceeding Signed-off-by: rich-ehrhardt <[email protected]> * Updated gitops layer to latest Signed-off-by: rich-ehrhardt <[email protected]> * Updated dev tools layer to latest BOM Signed-off-by: rich-ehrhardt <[email protected]> * Reduced layer parallelism to improve reliability Signed-off-by: rich-ehrhardt <[email protected]> Signed-off-by: rich-ehrhardt <[email protected]>
- Loading branch information
1 parent
bacd85b
commit 5e6bf57
Showing
17 changed files
with
210 additions
and
44 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
1-quickstart/200-openshift-gitops/200-openshift-gitops.auto.tfvars
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
provider "gitops" { | ||
|
||
|
||
bin_dir = module.util-clis.bin_dir | ||
} |
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,8 @@ | ||
terraform { | ||
required_providers { | ||
gitops = { | ||
source = "cloud-native-toolkit/gitops" | ||
} | ||
|
||
} | ||
} |
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
Oops, something went wrong.