{ "version": 4, "terraform_version": "1.5.9", "serial": 465, "lineage": "9eb5afe3-a4fe-f7a4-95b0-68cf4532faa1", "outputs": { "db_endpoint": { "value": "db-0.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-53fa944ae4fb63d80", "ami": "ami-5f423220", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8e9113ad"], "subnet_id": "subnet-809d91dd", "key_name": "prod-deploy-key" } } ] } ] }