{ "version": 4, "terraform_version": "1.5.4", "serial": 370, "lineage": "7c92ded7-2e23-5bd3-8287-6158d46462eb", "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-73b445f1667e0e6e0", "ami": "ami-6904b1d9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-18578f5a"], "subnet_id": "subnet-34f75d57", "key_name": "prod-deploy-key" } } ] } ] }