Skip to content

Instantly share code, notes, and snippets.

@RichardKnop
Created December 13, 2016 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardKnop/fa7bd74d391b3831206fb72420935b05 to your computer and use it in GitHub Desktop.
Save RichardKnop/fa7bd74d391b3831206fb72420935b05 to your computer and use it in GitHub Desktop.
4 error(s) occurred:
* apply operation: Real and shadow diffs do not match! Real diff:
module.ca:
module.elasticcache:
module.etcd:
module.nats-streaming-server:
module.rds:
module.registry:
module.vpc:
Shadow diff:
module.ca:
module.elasticcache:
UPDATE: aws_security_group.elasticcache
ingress.#: "0" => "1"
ingress.743784797.cidr_blocks.#: "0" => "0"
ingress.743784797.from_port: "" => "6379"
ingress.743784797.protocol: "" => "tcp"
ingress.743784797.security_groups.#: "0" => "0"
ingress.743784797.self: "" => "false"
ingress.743784797.to_port: "" => "6379"
module.etcd:
module.nats-streaming-server:
UPDATE: aws_security_group.nats_streaming_server
ingress.#: "0" => "1"
ingress.960333198.cidr_blocks.#: "0" => "0"
ingress.960333198.from_port: "" => "4222"
ingress.960333198.protocol: "" => "tcp"
ingress.960333198.security_groups.#: "0" => "0"
ingress.960333198.self: "" => "false"
ingress.960333198.to_port: "" => "4222"
module.rds:
UPDATE: aws_security_group.rds
ingress.#: "0" => "1"
ingress.2994424545.cidr_blocks.#: "0" => "0"
ingress.2994424545.from_port: "" => "5432"
ingress.2994424545.protocol: "" => "tcp"
ingress.2994424545.security_groups.#: "0" => "0"
ingress.2994424545.self: "" => "false"
ingress.2994424545.to_port: "" => "5432"
module.registry:
module.vpc:
* apply operation: 1:3: unknown variable accessed: var.vpc_id in:
${var.vpc_id}
* apply operation: 1:3: unknown variable accessed: var.vpc_id in:
${var.vpc_id}
* apply operation: 1:3: unknown variable accessed: var.vpc_id in:
${var.vpc_id}
This is not an error. Your terraform operation completed successfully
and your real infrastructure is unaffected by this message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment