{ "version": 4, "terraform_version": "1.6.2", "serial": 294, "lineage": "0facd78c-acb0-39a3-5079-9f572a383bea", "outputs": { "db_endpoint": { "value": "db-1.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-0f7ae17200fba4ee7", "ami": "ami-15ca85bb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2762876e"], "subnet_id": "subnet-dcc67506", "key_name": "prod-deploy-key" } } ] } ] }