Skip to content

Commit

Permalink
fix: missing aws_vpc_cni_yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Downager committed Jan 5, 2024
1 parent a4b2086 commit f3d9139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ output "files" {
var.network_plugin == "amazon-vpc" ? [
data.ignition_file.kube_proxy.rendered,
data.ignition_file.kube_proxy_cm.rendered,
data.ignition_file.aws_vpc_cni_yaml[0].rendered,
] : [],
var.network_plugin == "amazon-vpc" && var.enable_network_policy ? [
data.ignition_file.aws_network_policy_controller_yaml[0].rendered,
Expand Down

0 comments on commit f3d9139

Please sign in to comment.