{ "version": 4, "terraform_version": "1.5.3", "serial": 591, "lineage": "02ef0237-b711-f8fb-102c-c094098e42ee", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-625e101eca21b3a8b", "ami": "ami-af298401", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-97622240"], "subnet_id": "subnet-7afbb8c4", "key_name": "prod-deploy-key" } } ] } ] }