{ "version": 4, "terraform_version": "1.8.1", "serial": 182, "lineage": "2b13e2c1-e2d7-809a-7e64-1a3313ba2869", "outputs": { "db_endpoint": { "value": "db-2.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-76b26e65dbc2a1aa8", "ami": "ami-f72b91a5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f783a3ca"], "subnet_id": "subnet-6cd6e047", "key_name": "prod-deploy-key" } } ] } ] }