{ "version": 4, "terraform_version": "1.8.6", "serial": 212, "lineage": "97f66f9a-520b-611b-003e-91945bf9f2c4", "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-400fdf31b3ef4ff30", "ami": "ami-4cfa3571", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cc4cc9a8"], "subnet_id": "subnet-8acec344", "key_name": "prod-deploy-key" } } ] } ] }