{ "version": 4, "terraform_version": "1.6.6", "serial": 414, "lineage": "976d1375-aa96-8b17-a390-2683f29fd784", "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-19fa862231914781e", "ami": "ami-ff4ebc96", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-14ad32a0"], "subnet_id": "subnet-ffb4ea43", "key_name": "prod-deploy-key" } } ] } ] }