{ "version": 4, "terraform_version": "1.6.8", "serial": 171, "lineage": "a1e90be0-1943-376f-97dd-4c915a57bb8a", "outputs": { "db_endpoint": { "value": "db-4.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-67dc00b3bc92a2905", "ami": "ami-1127572c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b35307ab"], "subnet_id": "subnet-b1eb7fa4", "key_name": "prod-deploy-key" } } ] } ] }