Created
August 7, 2020 03:51
-
-
Save samof76/2f0734b1e66774e56006f20a5474db8e to your computer and use it in GitHub Desktop.
02_cluster_autoscaler_local
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource "local_file" "cluster_autoscaler" { | |
filename = "cluster_autoscaler.yml" | |
content = "${data.template_file.cluster_autoscaler.rendered}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment