{ "version": 4, "terraform_version": "1.5.2", "serial": 334, "lineage": "9237a1b3-cebb-a5ce-6041-5f8c7023cc59", "outputs": { "db_endpoint": { "value": "db-0.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-8bfb4178ecfdcf2df", "ami": "ami-bb8897f0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bb8c930a"], "subnet_id": "subnet-449cf9b1", "key_name": "prod-deploy-key" } } ] } ] }