mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
Remove gh token from cloudinit
This commit is contained in:
@@ -51,9 +51,6 @@ data "cloudinit_config" "k8s_node" {
|
||||
for key in split("\n", data.sops_file.secrets.data["user_ssh_public_keys"]) :
|
||||
key if trimspace(key) != ""
|
||||
]
|
||||
github_username = data.sops_file.secrets.data["github_username"]
|
||||
github_repo = data.sops_file.secrets.data["github_repo"]
|
||||
github_token = data.sops_file.secrets.data["github_token"]
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -146,9 +143,6 @@ output "cloud_init_raw" {
|
||||
for key in split("\n", data.sops_file.secrets.data["user_ssh_public_keys"]) :
|
||||
key if trimspace(key) != ""
|
||||
]
|
||||
github_username = data.sops_file.secrets.data["github_username"]
|
||||
github_repo = data.sops_file.secrets.data["github_repo"]
|
||||
github_token = data.sops_file.secrets.data["github_token"]
|
||||
})
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user