{ "version": 4, "terraform_version": "1.5.7", "serial": 481, "lineage": "c1fb1787-b72c-f230-bd86-f111afe101c4", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-426d596ca096e3d87", "ami": "ami-dc040f58", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9396367b"], "subnet_id": "subnet-2572bdc7", "key_name": "prod-deploy-key" } } ] } ] }