{ "version": 4, "terraform_version": "1.8.1", "serial": 129, "lineage": "c4d7894e-2cfe-c880-1c61-20d6bd9d08b5", "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-bc27edbeb6e6460bb", "ami": "ami-b8c28835", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-76831fd3"], "subnet_id": "subnet-15a5ff05", "key_name": "prod-deploy-key" } } ] } ] }