{ "version": 4, "terraform_version": "1.5.0", "serial": 108, "lineage": "404f6e39-db01-95d5-5f1f-37fce14e2ed6", "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-1dd37a644d785aed8", "ami": "ami-93c5729f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0468b245"], "subnet_id": "subnet-fb58892f", "key_name": "prod-deploy-key" } } ] } ] }