{ "version": 4, "terraform_version": "1.5.7", "serial": 168, "lineage": "9aff5352-b543-621d-19ac-252a3aa70984", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-289afd26bb36180da", "ami": "ami-2fbbed6f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9f78c7e7"], "subnet_id": "subnet-a2d4463a", "key_name": "prod-deploy-key" } } ] } ] }