{ "version": 4, "terraform_version": "1.8.5", "serial": 320, "lineage": "71522a96-a93c-330c-7146-f96416157abd", "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-cf1f18912d72ada0e", "ami": "ami-ad96d0ce", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c3bfa9ba"], "subnet_id": "subnet-25c27e5e", "key_name": "prod-deploy-key" } } ] } ] }