{ "version": 4, "terraform_version": "1.5.8", "serial": 505, "lineage": "3455e682-2614-9945-dfaf-b010e8b2411a", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-9f33ce86bda090ce8", "ami": "ami-f2810666", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-35c31335"], "subnet_id": "subnet-81965107", "key_name": "prod-deploy-key" } } ] } ] }