{ "version": 4, "terraform_version": "1.5.7", "serial": 296, "lineage": "39d1fd52-c52d-0b08-fbed-4d033ac8e2b2", "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-4555a2d8dce77c217", "ami": "ami-96fbef66", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-33e97a57"], "subnet_id": "subnet-6d244282", "key_name": "prod-deploy-key" } } ] } ] }