{ "version": 4, "terraform_version": "1.7.9", "serial": 294, "lineage": "591d152b-89db-1162-a8fc-d577bda44037", "outputs": { "db_endpoint": { "value": "db-3.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-9250fc07ac7618892", "ami": "ami-04c3d2ba", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-07c39991"], "subnet_id": "subnet-37e6b603", "key_name": "prod-deploy-key" } } ] } ] }