{ "version": 4, "terraform_version": "1.6.7", "serial": 421, "lineage": "00fe790f-1b88-ab19-814e-0fd3c49c69f2", "outputs": { "db_endpoint": { "value": "db-2.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-7f71c9d715038331a", "ami": "ami-66a2c0ec", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-249689e3"], "subnet_id": "subnet-c78994e2", "key_name": "prod-deploy-key" } } ] } ] }