File tree 1 file changed +2
-2
lines changed
anthos-attached-clusters/modules/attached-install-manifest
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ locals {
22
22
}
23
23
24
24
# Get the install manifest from the attached clusters service.
25
- data "google_container_attached_install_manifest" "boostrap " {
25
+ data "google_container_attached_install_manifest" "bootstrap " {
26
26
location = var. gcp_location
27
27
project = var. attached_cluster_fleet_project
28
28
cluster_id = var. attached_cluster_name
@@ -43,7 +43,7 @@ resource "local_file" "bootstrap_helm_chart" {
43
43
# Write out the install manifest as the helm chart.
44
44
resource "local_file" "bootstrap_manifests" {
45
45
filename = " ${ local . helm_chart_dir } /templates/bootstrap.yaml"
46
- content = data. google_container_attached_install_manifest . boostrap . manifest
46
+ content = data. google_container_attached_install_manifest . bootstrap . manifest
47
47
}
48
48
49
49
# Apply the helm chart to the cluster.
You can’t perform that action at this time.
0 commit comments