{ "version": 4, "terraform_version": "1.5.8", "serial": 537, "lineage": "386cb334-1f72-84ee-32ac-6c545753ba5e", "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-3dcf051edcb36e5f7", "ami": "ami-607bd0ac", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4313882d"], "subnet_id": "subnet-bb70b904", "key_name": "prod-deploy-key" } } ] } ] }