generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [CDS-102254]: add new argocd proto fields for applications, rep…
…ositories and clusters (#1152) * feat: [CDS-102254]: update source helm options in gitops application resource * techdebt: [CDS-102254]: add new fields to terraform resources gitops * Update go.mod * Create 1152.txt * Update go.sum * docs
- Loading branch information
1 parent
63d129c
commit 4d2e615
Showing
11 changed files
with
212 additions
and
76 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
```release-note:feat | ||
For gitops applications, clusters and argoprojects (appprojects) newly added important options to the API are added as part of the | ||
corresponding terraform resources and data sources. The following options are added: | ||
gitops_application: 4 new helm options 'ignore_missing_value_files', 'skip_crds', 'skip_tests' and 'skip_schema_validation'. | ||
gitops_cluster: ArgoCD cluster config has 2 new options: 'disable_compression' and 'proxy_url' | ||
gitops_app_project: The appproject spec has 2 new options: 'source_namespaces' and 'permit_only_project_scoped_clusters' | ||
``` |
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
Oops, something went wrong.