{ "version": 4, "terraform_version": "1.7.9", "serial": 468, "lineage": "33882db3-0e0c-4071-dabb-c450157795ba", "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-37aaace256b00cd8e", "ami": "ami-e3d78206", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6c2e1423"], "subnet_id": "subnet-320f3e1a", "key_name": "prod-deploy-key" } } ] } ] }