{ "version": 4, "terraform_version": "1.8.7", "serial": 318, "lineage": "d12c7c2e-8dfc-9b49-22dd-42855dd708ff", "outputs": { "db_endpoint": { "value": "db-1.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-b56112ec996eeeb20", "ami": "ami-39372c6b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1d56c615"], "subnet_id": "subnet-1c635074", "key_name": "prod-deploy-key" } } ] } ] }