{ "version": 4, "terraform_version": "1.5.0", "serial": 186, "lineage": "6e55f95e-02ea-f5b3-18e4-ca3966f3d910", "outputs": { "db_endpoint": { "value": "db-4.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-f602897dc711b8588", "ami": "ami-7449bdf8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d4e678d4"], "subnet_id": "subnet-d05ebb3b", "key_name": "prod-deploy-key" } } ] } ] }