{ "version": 4, "terraform_version": "1.8.8", "serial": 435, "lineage": "ced1211e-6bed-a547-3bab-2b7d07a334d2", "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-4d5d6cefb9f6c9ae8", "ami": "ami-0ee04dbf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b6cea8f3"], "subnet_id": "subnet-32970a46", "key_name": "prod-deploy-key" } } ] } ] }