Adds initial files]
This commit is contained in:
75
infra/ecr/terraform.tfstate
Normal file
75
infra/ecr/terraform.tfstate
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"version": 4,
|
||||
"terraform_version": "1.14.3",
|
||||
"serial": 6,
|
||||
"lineage": "b2b2331d-cf66-169e-d25b-38e0528505fc",
|
||||
"outputs": {
|
||||
"repository_arn": {
|
||||
"value": "arn:aws:ecr:us-east-2:232048051668:repository/upflux-doc-analyser",
|
||||
"type": "string"
|
||||
},
|
||||
"repository_name": {
|
||||
"value": "upflux-doc-analyser",
|
||||
"type": "string"
|
||||
},
|
||||
"repository_url": {
|
||||
"value": "232048051668.dkr.ecr.us-east-2.amazonaws.com/upflux-doc-analyser",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
"mode": "managed",
|
||||
"type": "aws_ecr_repository",
|
||||
"name": "app",
|
||||
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
|
||||
"instances": [
|
||||
{
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"arn": "arn:aws:ecr:us-east-2:232048051668:repository/upflux-doc-analyser",
|
||||
"encryption_configuration": [
|
||||
{
|
||||
"encryption_type": "AES256",
|
||||
"kms_key": ""
|
||||
}
|
||||
],
|
||||
"force_delete": null,
|
||||
"id": "upflux-doc-analyser",
|
||||
"image_scanning_configuration": [
|
||||
{
|
||||
"scan_on_push": true
|
||||
}
|
||||
],
|
||||
"image_tag_mutability": "MUTABLE",
|
||||
"image_tag_mutability_exclusion_filter": [],
|
||||
"name": "upflux-doc-analyser",
|
||||
"region": "us-east-2",
|
||||
"registry_id": "232048051668",
|
||||
"repository_url": "232048051668.dkr.ecr.us-east-2.amazonaws.com/upflux-doc-analyser",
|
||||
"tags": {
|
||||
"Environment": "dev",
|
||||
"ManagedBy": "Terraform",
|
||||
"Name": "upflux-doc-analyser"
|
||||
},
|
||||
"tags_all": {
|
||||
"Environment": "dev",
|
||||
"ManagedBy": "Terraform",
|
||||
"Name": "upflux-doc-analyser"
|
||||
},
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"identity_schema_version": 0,
|
||||
"identity": {
|
||||
"account_id": "232048051668",
|
||||
"name": "upflux-doc-analyser",
|
||||
"region": "us-east-2"
|
||||
},
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiZGVsZXRlIjoxMjAwMDAwMDAwMDAwfX0="
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"check_results": null
|
||||
}
|
||||
Reference in New Issue
Block a user