{ "version": 4, "terraform_version": "1.5.7", "serial": 587, "lineage": "f31e7941-5a63-0bc8-ef66-fc52e43fc439", "outputs": { "db_endpoint": { "value": "db-1.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-f181a935af914cb04", "ami": "ami-01187b67", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-485c9581"], "subnet_id": "subnet-4f0f8cc6", "key_name": "prod-deploy-key" } } ] } ] }