{ "version": 4, "terraform_version": "1.6.3", "serial": 468, "lineage": "13518e52-13d6-7f15-e0fa-8042a8f80a27", "outputs": { "db_endpoint": { "value": "db-1.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-3d48bed74dbe9a322", "ami": "ami-c45eac32", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eff4a159"], "subnet_id": "subnet-3adbb62b", "key_name": "prod-deploy-key" } } ] } ] }