{ "version": 4, "terraform_version": "1.8.8", "serial": 385, "lineage": "8012beb1-7a29-7a3f-f72f-844f6ca69d03", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-b5af326bd1e2fffd8", "ami": "ami-035a8b15", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a15a618f"], "subnet_id": "subnet-82864dbc", "key_name": "prod-deploy-key" } } ] } ] }