{ "version": 4, "terraform_version": "1.5.0", "serial": 239, "lineage": "bd037785-4aeb-0999-8dd4-aa5d3f8aa3b0", "outputs": { "db_endpoint": { "value": "db-0.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-fa037ac7e0cf0ce1d", "ami": "ami-e126904f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aa263b1e"], "subnet_id": "subnet-4fc2a161", "key_name": "prod-deploy-key" } } ] } ] }