{ "version": 4, "terraform_version": "1.5.4", "serial": 560, "lineage": "09101b35-d294-5c30-d954-bb154de58f91", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-f04eca85b3aad7deb", "ami": "ami-e62fc15e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-742c8ad4"], "subnet_id": "subnet-dd37dd10", "key_name": "prod-deploy-key" } } ] } ] }