{ "version": 4, "terraform_version": "1.7.9", "serial": 296, "lineage": "3ed0a250-70e5-4847-3094-10a8929bdaca", "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-7091a2dc2c0b335ea", "ami": "ami-0cb68888", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3bd91736"], "subnet_id": "subnet-fb81df7d", "key_name": "prod-deploy-key" } } ] } ] }