{ "version": 4, "terraform_version": "1.7.3", "serial": 329, "lineage": "e06d61e2-44cd-a19d-25b4-9a3f11b8739d", "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-fd4efa8e3f23ff2c0", "ami": "ami-00620f5c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5ca3cc72"], "subnet_id": "subnet-2abece4a", "key_name": "prod-deploy-key" } } ] } ] }