Skip to content

Commit

Permalink
upgrade generators
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Dec 8, 2024
1 parent 4a3d323 commit f5bd494
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 11 deletions.
1 change: 0 additions & 1 deletion .kapitan
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: 0.33
compile:
prune: true
embed-refs: true
Expand Down
19 changes: 19 additions & 0 deletions .kapitan.jinja
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file contains default settings for Kapitan

# Use version to fix a specific kapitan version
# version: {{kapitan_version}}
compile:
prune: true
embed-refs: true
fetch: true
yaml-dump-null-as-empty: true
compose-node-name: true
refs-path: ./system/refs
jinja2-filters: ./system/templates/jinja2_filters.py
search-paths:
- .
- ./system/
- ./system/lib
- ./system/generators
refs:
refs-path: ./system/refs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"resource": {
"gcp_project_id": {
"main": {
"auto_create_network": false,
"billing_account": "jpzaR_ArxEkpIIljqRpFstsP_yw34RR07D6lAynfwIw",
"name": "kapicorp-project-123",
"org_id": "az1oDhA50eU5d2ToHhNFrSaWNqAa1iaosXyZfd6SZQ2",
"auto_create_network": false,
"project_id": "kapicorp-project-123",
"billing_account": "jpzaR_ArxEkpIIljqRpFstsP_yw34RR07D6lAynfwIw"
"project_id": "kapicorp-project-123"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions compiled/kapicorp-project-123/terraform/provider.tf.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"provider": {
"google": {
"impersonate_service_account": "[email protected]",
"project": "kapicorp-project-123",
"region": "europe-west1",
"zone": "europe-west1-b",
"impersonate_service_account": "[email protected]"
"zone": "europe-west1-b"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"resource": {
"gcp_project_id": {
"main": {
"auto_create_network": false,
"billing_account": "jpzaR_ArxEkpIIljqRpFstsP_yw34RR07D6lAynfwIw",
"name": "kapicorp-terraform-admin",
"org_id": "az1oDhA50eU5d2ToHhNFrSaWNqAa1iaosXyZfd6SZQ2",
"auto_create_network": false,
"project_id": "kapicorp-terraform-admin",
"billing_account": "jpzaR_ArxEkpIIljqRpFstsP_yw34RR07D6lAynfwIw"
"project_id": "kapicorp-terraform-admin"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions compiled/kapicorp-terraform-admin/terraform/provider.tf.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"provider": {
"google": {
"impersonate_service_account": "[email protected]",
"project": "kapicorp-terraform-admin",
"region": "europe-west1",
"zone": "europe-west1-b",
"impersonate_service_account": "[email protected]"
"zone": "europe-west1-b"
}
}
}

0 comments on commit f5bd494

Please sign in to comment.