Skip to content

Commit fbf7955

Browse files
Merge pull request #8464 from r4f4/capi-rename-tfvars
OCPBUGS-33925: tfvars: change asset's name
2 parents 9236ffe + 1b694d1 commit fbf7955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/asset/cluster/tfvars/tfvars.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const (
8282
// https://www.terraform.io/docs/configuration/variables.html#variable-files
8383
TfPlatformVarsFileName = "terraform.platform.auto.tfvars.json"
8484

85-
tfvarsAssetName = "Terraform Variables"
85+
tfvarsAssetName = "Cluster Infrastructure Variables"
8686
)
8787

8888
// TerraformVariables depends on InstallConfig, Manifests,

0 commit comments

Comments
 (0)