{ "version": 4, "terraform_version": "1.6.7", "serial": 457, "lineage": "6a1b5779-5208-52ba-9fb9-c2e8e338fcb2", "outputs": { "db_endpoint": { "value": "db-3.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-ec437745307a9517d", "ami": "ami-d90ea0d9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-741a9202"], "subnet_id": "subnet-80ec35e3", "key_name": "prod-deploy-key" } } ] } ] }