{ "version": 4, "terraform_version": "1.6.1", "serial": 234, "lineage": "5a705cbf-505e-eeca-87d6-b9b6cc94ef5b", "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-ef29dc1ed99629fac", "ami": "ami-352d8c17", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ad7adb63"], "subnet_id": "subnet-12c6cea0", "key_name": "prod-deploy-key" } } ] } ] }