{ "version": 4, "terraform_version": "1.5.1", "serial": 328, "lineage": "0ac46dde-459f-4697-910a-ac5eed3b94cd", "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-6b6605fd169db492f", "ami": "ami-32b95c33", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f131df57"], "subnet_id": "subnet-8f673e0f", "key_name": "prod-deploy-key" } } ] } ] }