{ "version": 4, "terraform_version": "1.8.8", "serial": 254, "lineage": "94c72a08-1a61-470d-28f6-6223abda391f", "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-1ca81a8feb4d8e965", "ami": "ami-fa0c38f7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0285d100"], "subnet_id": "subnet-fbf6a529", "key_name": "prod-deploy-key" } } ] } ] }