{ "version": 4, "terraform_version": "1.5.6", "serial": 298, "lineage": "27711f24-fbc7-ac42-6be2-1199d66246a7", "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-2fae46889b837f021", "ami": "ami-30519ceb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1488c3e9"], "subnet_id": "subnet-160e3d5f", "key_name": "prod-deploy-key" } } ] } ] }