{ "version": 4, "terraform_version": "1.8.9", "serial": 429, "lineage": "3486f2e1-f5f2-d904-8dd3-d872f559fc57", "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-62264d41e0cd39d1b", "ami": "ami-a7a3cfac", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d6702a7b"], "subnet_id": "subnet-73f51292", "key_name": "prod-deploy-key" } } ] } ] }