Skip to content

Commit

Permalink
Remove Interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
voatsap authored Feb 3, 2021
1 parent 8b30fed commit ed827f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeconfig.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ data "aws_s3_bucket_object" "get_kubeconfig" {
}

resource "local_file" "kubeconfig" {
content = "${data.aws_s3_bucket_object.get_kubeconfig.body}"
content = data.aws_s3_bucket_object.get_kubeconfig.body
filename = var.kubeconfig_filename
}

0 comments on commit ed827f3

Please sign in to comment.