{ "version": 4, "terraform_version": "1.8.5", "serial": 573, "lineage": "b48a7c8c-cc5b-ffc4-3693-32963d08483d", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c47250061bec0dd24", "ami": "ami-331946b6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9373a0f6"], "subnet_id": "subnet-cea41b83", "key_name": "prod-deploy-key" } } ] } ] }