{ "version": 4, "terraform_version": "1.8.4", "serial": 274, "lineage": "e3db8b35-601f-bf7e-f375-02175a30ed34", "outputs": { "db_endpoint": { "value": "db-4.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-3ed3bb02236a220f1", "ami": "ami-ead8b0dc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-411a8344"], "subnet_id": "subnet-67c1bc77", "key_name": "prod-deploy-key" } } ] } ] }