{ "version": 4, "terraform_version": "1.8.2", "serial": 507, "lineage": "c50bb129-6df4-55a9-203e-d0c20a451365", "outputs": { "db_endpoint": { "value": "db-1.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-a0a605900155b93b8", "ami": "ami-1ecea96d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6193550f"], "subnet_id": "subnet-693cc4f9", "key_name": "prod-deploy-key" } } ] } ] }