{ "version": 4, "terraform_version": "1.8.7", "serial": 551, "lineage": "7a865fd5-1846-c792-34a1-2dfafa5dd150", "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-d12ff4ab934460787", "ami": "ami-8c2bd904", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d5c41dfe"], "subnet_id": "subnet-23f1cf03", "key_name": "prod-deploy-key" } } ] } ] }