{ "version": 4, "terraform_version": "1.6.8", "serial": 587, "lineage": "a9cec3db-5df3-ce2d-ae52-99a8bcfa0bc8", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-6de3094358510c6c5", "ami": "ami-88e0c11d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ac0c570d"], "subnet_id": "subnet-2558a77f", "key_name": "prod-deploy-key" } } ] } ] }