Created
June 17, 2020 16:17
-
-
Save myoung34/dc27273f16f12844bb7f0d6a24bd52b4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "format_version": "0.1", | |
| "terraform_version": "0.12.9", | |
| "variables": { | |
| "region": { | |
| "value": "us-east-1" | |
| } | |
| }, | |
| "planned_values": { | |
| "root_module": { | |
| "resources": [ | |
| { | |
| "address": "aws_ecr_repository.foo", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo", | |
| "provider_name": "aws", | |
| "schema_version": 0, | |
| "values": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": false | |
| } | |
| ], | |
| "image_tag_mutability": "MUTABLE", | |
| "name": "foo", | |
| "tags": null, | |
| "timeouts": null | |
| } | |
| }, | |
| { | |
| "address": "aws_ecr_repository.foo2", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo2", | |
| "provider_name": "aws", | |
| "schema_version": 0, | |
| "values": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": true | |
| } | |
| ], | |
| "image_tag_mutability": "MUTABLE", | |
| "name": "foo", | |
| "tags": null, | |
| "timeouts": null | |
| } | |
| }, | |
| { | |
| "address": "aws_ecr_repository.foo3", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo3", | |
| "provider_name": "aws", | |
| "schema_version": 0, | |
| "values": { | |
| "image_scanning_configuration": [], | |
| "image_tag_mutability": "MUTABLE", | |
| "name": "foo", | |
| "tags": null, | |
| "timeouts": null | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "resource_changes": [ | |
| { | |
| "address": "aws_ecr_repository.foo", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo", | |
| "provider_name": "aws", | |
| "change": { | |
| "actions": [ | |
| "create" | |
| ], | |
| "before": null, | |
| "after": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": false | |
| } | |
| ], | |
| "image_tag_mutability": "MUTABLE", | |
| "name": "foo", | |
| "tags": null, | |
| "timeouts": null | |
| }, | |
| "after_unknown": { | |
| "arn": true, | |
| "id": true, | |
| "image_scanning_configuration": [ | |
| {} | |
| ], | |
| "registry_id": true, | |
| "repository_url": true | |
| } | |
| } | |
| }, | |
| { | |
| "address": "aws_ecr_repository.foo2", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo2", | |
| "provider_name": "aws", | |
| "change": { | |
| "actions": [ | |
| "create" | |
| ], | |
| "before": null, | |
| "after": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": true | |
| } | |
| ], | |
| "image_tag_mutability": "MUTABLE", | |
| "name": "foo", | |
| "tags": null, | |
| "timeouts": null | |
| }, | |
| "after_unknown": { | |
| "arn": true, | |
| "id": true, | |
| "image_scanning_configuration": [ | |
| {} | |
| ], | |
| "registry_id": true, | |
| "repository_url": true | |
| } | |
| } | |
| }, | |
| { | |
| "address": "aws_ecr_repository.foo3", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo3", | |
| "provider_name": "aws", | |
| "change": { | |
| "actions": [ | |
| "create" | |
| ], | |
| "before": null, | |
| "after": { | |
| "image_scanning_configuration": [], | |
| "image_tag_mutability": "MUTABLE", | |
| "name": "foo", | |
| "tags": null, | |
| "timeouts": null | |
| }, | |
| "after_unknown": { | |
| "arn": true, | |
| "id": true, | |
| "image_scanning_configuration": [], | |
| "registry_id": true, | |
| "repository_url": true | |
| } | |
| } | |
| } | |
| ], | |
| "configuration": { | |
| "provider_config": { | |
| "aws": { | |
| "name": "aws", | |
| "expressions": { | |
| "region": { | |
| "references": [ | |
| "var.region" | |
| ] | |
| } | |
| } | |
| } | |
| }, | |
| "root_module": { | |
| "resources": [ | |
| { | |
| "address": "aws_ecr_repository.foo", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo", | |
| "provider_config_key": "aws", | |
| "expressions": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": { | |
| "constant_value": false | |
| } | |
| } | |
| ], | |
| "name": { | |
| "constant_value": "foo" | |
| } | |
| }, | |
| "schema_version": 0 | |
| }, | |
| { | |
| "address": "aws_ecr_repository.foo2", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo2", | |
| "provider_config_key": "aws", | |
| "expressions": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": { | |
| "constant_value": true | |
| } | |
| } | |
| ], | |
| "name": { | |
| "constant_value": "foo" | |
| } | |
| }, | |
| "schema_version": 0 | |
| }, | |
| { | |
| "address": "aws_ecr_repository.foo3", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo3", | |
| "provider_config_key": "aws", | |
| "expressions": { | |
| "name": { | |
| "constant_value": "foo" | |
| } | |
| }, | |
| "schema_version": 0 | |
| } | |
| ], | |
| "variables": { | |
| "region": { | |
| "default": "us-east-1" | |
| } | |
| } | |
| } | |
| } | |
| } |
This file contains hidden or 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
| { | |
| "format_version": "0.1", | |
| "terraform_version": "0.12.9", | |
| "variables": { | |
| "region": { | |
| "value": "us-east-1" | |
| } | |
| }, | |
| "planned_values": { | |
| "root_module": { | |
| "resources": [ | |
| { | |
| "address": "aws_ecr_repository.foo", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo", | |
| "provider_name": "aws", | |
| "schema_version": 0, | |
| "values": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": false | |
| } | |
| ], | |
| "image_tag_mutability": "MUTABLE", | |
| "name": "foo", | |
| "tags": null, | |
| "timeouts": null | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "resource_changes": [ | |
| { | |
| "address": "aws_ecr_repository.foo", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo", | |
| "provider_name": "aws", | |
| "change": { | |
| "actions": [ | |
| "create" | |
| ], | |
| "before": null, | |
| "after": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": false | |
| } | |
| ], | |
| "image_tag_mutability": "MUTABLE", | |
| "name": "foo", | |
| "tags": null, | |
| "timeouts": null | |
| }, | |
| "after_unknown": { | |
| "arn": true, | |
| "id": true, | |
| "image_scanning_configuration": [ | |
| {} | |
| ], | |
| "registry_id": true, | |
| "repository_url": true | |
| } | |
| } | |
| } | |
| ], | |
| "configuration": { | |
| "provider_config": { | |
| "aws": { | |
| "name": "aws", | |
| "expressions": { | |
| "region": { | |
| "references": [ | |
| "var.region" | |
| ] | |
| } | |
| } | |
| } | |
| }, | |
| "root_module": { | |
| "resources": [ | |
| { | |
| "address": "aws_ecr_repository.foo", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo", | |
| "provider_config_key": "aws", | |
| "expressions": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": { | |
| "constant_value": false | |
| } | |
| } | |
| ], | |
| "name": { | |
| "constant_value": "foo" | |
| } | |
| }, | |
| "schema_version": 0 | |
| } | |
| ], | |
| "variables": { | |
| "region": { | |
| "default": "us-east-1" | |
| } | |
| } | |
| } | |
| } | |
| } |
This file contains hidden or 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
| { | |
| "format_version": "0.1", | |
| "terraform_version": "0.12.9", | |
| "variables": { | |
| "region": { | |
| "value": "us-east-1" | |
| } | |
| }, | |
| "planned_values": { | |
| "root_module": { | |
| "resources": [ | |
| { | |
| "address": "aws_ecr_repository.foo2", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo2", | |
| "provider_name": "aws", | |
| "schema_version": 0, | |
| "values": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": true | |
| } | |
| ], | |
| "image_tag_mutability": "MUTABLE", | |
| "name": "foo", | |
| "tags": null, | |
| "timeouts": null | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "resource_changes": [ | |
| { | |
| "address": "aws_ecr_repository.foo2", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo2", | |
| "provider_name": "aws", | |
| "change": { | |
| "actions": [ | |
| "create" | |
| ], | |
| "before": null, | |
| "after": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": true | |
| } | |
| ], | |
| "image_tag_mutability": "MUTABLE", | |
| "name": "foo", | |
| "tags": null, | |
| "timeouts": null | |
| }, | |
| "after_unknown": { | |
| "arn": true, | |
| "id": true, | |
| "image_scanning_configuration": [ | |
| {} | |
| ], | |
| "registry_id": true, | |
| "repository_url": true | |
| } | |
| } | |
| } | |
| ], | |
| "configuration": { | |
| "provider_config": { | |
| "aws": { | |
| "name": "aws", | |
| "expressions": { | |
| "region": { | |
| "references": [ | |
| "var.region" | |
| ] | |
| } | |
| } | |
| } | |
| }, | |
| "root_module": { | |
| "resources": [ | |
| { | |
| "address": "aws_ecr_repository.foo2", | |
| "mode": "managed", | |
| "type": "aws_ecr_repository", | |
| "name": "foo2", | |
| "provider_config_key": "aws", | |
| "expressions": { | |
| "image_scanning_configuration": [ | |
| { | |
| "scan_on_push": { | |
| "constant_value": true | |
| } | |
| } | |
| ], | |
| "name": { | |
| "constant_value": "foo" | |
| } | |
| }, | |
| "schema_version": 0 | |
| } | |
| ], | |
| "variables": { | |
| "region": { | |
| "default": "us-east-1" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment