{ "version": 4, "terraform_version": "1.7.1", "serial": 253, "lineage": "af3ba55f-f58a-361c-f536-082971e330d1", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7a9ee8e5c1cb986c5", "ami": "ami-089fc516", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-88513f52"], "subnet_id": "subnet-72b04071", "key_name": "prod-deploy-key" } } ] } ] }