{ "version": 4, "terraform_version": "1.6.1", "serial": 196, "lineage": "4e603482-943a-88ed-0e8a-757e930004d3", "outputs": { "db_endpoint": { "value": "db-4.us-east-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-5b34c0b21778788f4", "ami": "ami-03e1cc22", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-46a29c15"], "subnet_id": "subnet-b954156a", "key_name": "prod-deploy-key" } } ] } ] }