Skip to content

Commit c7a2ea3

Browse files
committed
feat: remove unused inputs and update docs
1 parent a7909da commit c7a2ea3

4 files changed

Lines changed: 0 additions & 28 deletions

File tree

.github/workflows/docker-smurf.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@ on:
6262
default: 'false'
6363

6464
# ── AWS ──────────────────────────────────────────────────────────
65-
aws_auth_method:
66-
description: AWS auth method to use like oidc and keys
67-
type: string
68-
required: false
69-
aws_eks_cluster_name:
70-
description: AWS eks cluster name
71-
type: string
72-
required: false
73-
aws_role:
74-
description: AWS OIDC role for aws authentication.
75-
type: string
76-
default: 'false'
7765
aws_region:
7866
required: false
7967
type: string
@@ -103,15 +91,6 @@ on:
10391
type: string
10492
required: false
10593
default: 'false'
106-
gcp_region:
107-
required: false
108-
type: string
109-
description: GCP Region
110-
default: 'us-central1'
111-
gcp_gke_cluster_name:
112-
description: GCP gke cluster name
113-
type: string
114-
required: false
11594

11695
secrets:
11796
# ── AWS secrets ──────────────────────────────────────────────────

.github/workflows/tf-smurf.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ on:
2020
type: string
2121
default: us-east-2
2222
description: 'AWS region of terraform deployment.'
23-
gcp_region:
24-
required: false
25-
type: string
26-
description: 'GCP region of terraform deployment.'
2723
var_file:
2824
required: false
2925
type: string

docs/docker-smurf.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ The full pushed image is assembled in the shared workflow:
7373
| `aws_assume_role_arn` | string || Secondary IAM role ARN |
7474
| `gcp_auth_method` | string || `wip` or `json` for GCP auth |
7575
| `gcp_project_id` | string || GCP project ID |
76-
| `gcp_region` | string | `us-central1` | GCP region |
7776
| `gcp_docker_push` | string | `false` | Set to `'true'` to push with `--project-id` (GCP) |
7877

7978
> **Note:** `docker_enable`, `docker_push`, and other toggles use the string `'true'` / `'false'`, not YAML booleans.

docs/tf-smurf.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ When both flags are set in one run, destroy runs after create completes successf
6363
| `terraform_version` | string | `1.3.6` | Terraform CLI version |
6464
| `smurf_version` | string | `v1.1.5` | Smurf CLI version |
6565
| `aws_region` | string | `us-east-2` | AWS region |
66-
| `gcp_region` | string || GCP region |
6766
| `project_id` | string || GCP project ID |
6867
| `git_ssh_key_setup` | boolean | `false` | Enable SSH agent for private module clones |
6968
| `create_credentials_file` | string | `true` | GCP credentials file generation |
@@ -215,7 +214,6 @@ jobs:
215214
run_create: true
216215
run_destroy: false
217216
project_id: my-gcp-project
218-
gcp_region: us-central1
219217
var_file: vars/prod.tfvars
220218
approvers: your-github-username
221219
secrets:

0 commit comments

Comments
 (0)