<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Manage security policies via Terraform in DevSecOps</title>
    <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111917#M54</link>
    <description>&lt;P&gt;something like...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;resource "checkpoint_management_publish" "myPublishAction" {
  triggers = {
    time-stamp = "${timestamp()}"
  }
}

&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 26 Feb 2021 16:48:45 GMT</pubDate>
    <dc:creator>StuartGreen</dc:creator>
    <dc:date>2021-02-26T16:48:45Z</dc:date>
    <item>
      <title>Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111659#M46</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I try to manage our security policies via Terraform but I have few questions :&lt;/P&gt;&lt;P&gt;Question 1 :&amp;nbsp;&lt;/P&gt;&lt;P&gt;For each object created are we oblige to use a dedicated publish resource (object in publish resource dependency) or is it possible to use a generic publish ressource ? -&amp;gt; In order to publish all objects created before without dependency&lt;/P&gt;&lt;P&gt;Question 2:&lt;/P&gt;&lt;P&gt;After an object creation if I would like to delete it whait is the correct methode ? I tried to delete uts configuration in tf file and remove the dependency in publish ressource but it doesn't work. If I see in the management server this object is locked (not deleted)&lt;/P&gt;&lt;P&gt;Question 3 :&amp;nbsp;&lt;/P&gt;&lt;P&gt;I add at the end of my tf file the install Policy resource ! It works well but only for the first terraform Apply ! I think it's normal because after terraform that thre is no change about this resource then it dont do anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;In this case do you have a solution in order to be sure that policy will be installed for each time that we launch a terraform apply ?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 20:26:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111659#M46</guid>
      <dc:creator>ninixclub</dc:creator>
      <dc:date>2021-02-23T20:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111662#M47</link>
      <description>&lt;P&gt;Here is a solution using Terraform and Check Point that might meet your needs.&amp;nbsp;&lt;A title="AWS TGW with GWLB Check Point, Zscaler using STRUCTURA.IO Demo" href="https://youtu.be/dP1XFSQjVxA" target="_self"&gt;STRUCTURA.IO/Terraform/Check Point&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 22:10:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111662#M47</guid>
      <dc:creator>Miguel_Villarr1</dc:creator>
      <dc:date>2021-02-23T22:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111681#M48</link>
      <description>&lt;P&gt;Hello thanks four your feeback but my goal is to use natively terraform without add (for the moment) a new product.&lt;/P&gt;&lt;P&gt;We work on a POC in oder to choose our futur Fw technologie and terraform is still used to pilot our premise infrastructure (for example : hypervisor, SDN, Loadbalancer etc ...)&lt;/P&gt;&lt;P&gt;So for us is mandatory that Terraform manage help us to manage security equipements and also the access control.&lt;/P&gt;&lt;P&gt;That the reason of my questions !&lt;/P&gt;&lt;P&gt;Please I need some answers or links in order to progress in my POC.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 07:03:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111681#M48</guid>
      <dc:creator>ninixclub</dc:creator>
      <dc:date>2021-02-24T07:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111701#M49</link>
      <description>&lt;P&gt;For q1, I think you can use a timestamp trigger within the publish resource so if it's different - it always gets 'created' when&amp;nbsp; you run terraform apply. The timestamp string will always be different whenever you run a tf apply, so *should* always trigger that resource to fire.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;q2 - not so sure on this one I'm afraid. The way to delete a resource with terraform is to remove the config. Then with terraform plan / apply you'll see that section appear with a "-" showing that it will be removed. It might be linked to your publish action not being triggered every time. The timestamp option for q1 might fix this too.&lt;/P&gt;
&lt;P&gt;q3 - same as for q1, try a timestamp entry as a trigger to make sure it always gets recreated.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 11:24:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111701#M49</guid>
      <dc:creator>StuartGreen</dc:creator>
      <dc:date>2021-02-24T11:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111845#M53</link>
      <description>&lt;P&gt;It's a very good idea to use timestamp trigger within the publish resource but after serverals tests I unfortunatly didn't find a good configuration!&lt;/P&gt;&lt;P&gt;So if you can provide me an example it will be wonderfull &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 17:37:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111845#M53</guid>
      <dc:creator>ninixclub</dc:creator>
      <dc:date>2021-02-25T17:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111917#M54</link>
      <description>&lt;P&gt;something like...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;resource "checkpoint_management_publish" "myPublishAction" {
  triggers = {
    time-stamp = "${timestamp()}"
  }
}

&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 26 Feb 2021 16:48:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111917#M54</guid>
      <dc:creator>StuartGreen</dc:creator>
      <dc:date>2021-02-26T16:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111920#M55</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Thaks for your help&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested it but it doesn't work&lt;/P&gt;&lt;P&gt;Here the error message :&lt;/P&gt;&lt;P&gt;Error: Incorrect attribute value type&lt;/P&gt;&lt;P&gt;on mainv2.tf line 43, in resource "checkpoint_management_publish" "myPublishAction":&lt;BR /&gt;43: triggers = {&lt;BR /&gt;44: time-stamp = "${timestamp()}"&lt;BR /&gt;45: }&lt;/P&gt;&lt;P&gt;Inappropriate value for attribute "triggers": set of string required.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 18:03:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111920#M55</guid>
      <dc:creator>ninixclub</dc:creator>
      <dc:date>2021-02-26T18:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111976#M56</link>
      <description>&lt;P&gt;How about without the ‘=‘ after ‘triggers’ (trying to do this from memory and not knowing front of a computer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2021 23:22:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/111976#M56</guid>
      <dc:creator>StuartGreen</dc:creator>
      <dc:date>2021-02-27T23:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112069#M57</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Sorry bit it doens't work also &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Error: Unsupported block type&lt;/P&gt;&lt;P&gt;on mainv2.tf line 43, in resource "checkpoint_management_publish" "myPublishAction":&lt;BR /&gt;43: triggers {&lt;/P&gt;&lt;P&gt;Blocks of type "triggers" are not expected here. Did you mean to define&lt;BR /&gt;argument "triggers"? If so, use the equals sign to assign it a value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 09:52:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112069#M57</guid>
      <dc:creator>ninixclub</dc:creator>
      <dc:date>2021-03-01T09:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112070#M58</link>
      <description>&lt;P&gt;ok, back at laptop now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you post your TF template please? No sensitive info of course.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 10:02:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112070#M58</guid>
      <dc:creator>StuartGreen</dc:creator>
      <dc:date>2021-03-01T10:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112087#M59</link>
      <description>&lt;P&gt;Here one of tf file that I use for my tests in order to illustrate my issue&lt;/P&gt;&lt;P&gt;It works fine but just the first time after if I want to delete or add an object the publish and install resources is not executed during a terraform apply !&lt;/P&gt;&lt;P&gt;It's normal because for terraform these resouces have not been changed !&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;variable "CHECKPOINT_SERVER" {}&lt;BR /&gt;variable "CHECKPOINT_USERNAME" {}&lt;BR /&gt;variable "CHECKPOINT_PASSWORD" {}&lt;BR /&gt;variable "CHECKPOINT_CONTEXT" {}&lt;/P&gt;&lt;P&gt;terraform {&lt;BR /&gt;required_providers {&lt;BR /&gt;checkpoint = {&lt;BR /&gt;source = "CheckPointSW/checkpoint"&lt;BR /&gt;version = "1.3.0"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;provider "checkpoint" {&lt;BR /&gt;# Configuration options&lt;BR /&gt;server = var.CHECKPOINT_SERVER&lt;BR /&gt;username = var.CHECKPOINT_USERNAME&lt;BR /&gt;password = var.CHECKPOINT_PASSWORD&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;resource "checkpoint_management_host" "test1" {&lt;BR /&gt;name = "test1"&lt;BR /&gt;ipv4_address = "10.10.10.10"&lt;BR /&gt;color = "red"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;resource "checkpoint_management_host" "test2" {&lt;BR /&gt;name = "test2"&lt;BR /&gt;ipv4_address = "10.10.10.20"&lt;BR /&gt;color = "red"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;resource "checkpoint_management_publish" "publish_changes" {}&lt;/P&gt;&lt;P&gt;resource "checkpoint_management_install_policy" "install_fwtest" {&lt;BR /&gt;policy_package = "pol_test"&lt;BR /&gt;targets = ["fwtest"]&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 12:32:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112087#M59</guid>
      <dc:creator>ninixclub</dc:creator>
      <dc:date>2021-03-01T12:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112146#M60</link>
      <description>&lt;P&gt;this works for the publish action and should work for the install action too:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;resource "checkpoint_management_publish" "publish_changes" {
  triggers = ["${timestamp()}"]

}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tested the other uses you mentioned and the publish action kicks after every terraform apply action.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 16:58:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112146#M60</guid>
      <dc:creator>StuartGreen</dc:creator>
      <dc:date>2021-03-01T16:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112156#M61</link>
      <description>&lt;P&gt;&lt;EM&gt;triggers&lt;/EM&gt; is part of &lt;EM&gt;local-exec provisioner, &lt;/EM&gt;as well as&amp;nbsp;&lt;EM&gt;null-resource&lt;/EM&gt;. You can run multiple provisioners, including &lt;EM&gt;local-exec&lt;/EM&gt; provisioners. They are also conditional, which means they have the&amp;nbsp;&lt;EM&gt;when&lt;/EM&gt;&amp;nbsp;statement as well to create logic on create/destroy Terraform plans.&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;  provisioner "local-exec" {
    triggers {
      command = "&amp;lt;command;command&amp;gt;"
    }
    when    = create
    command = "&amp;lt;command;command&amp;gt;"
  }

  provisioner "local-exec" {
    when    = destroy
    command = "&amp;lt;commands&amp;gt;
  }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Look at&amp;nbsp;&lt;EM&gt;null-resource&lt;/EM&gt; as well.&lt;BR /&gt;&lt;A href="https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource" target="_blank"&gt;https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 17:49:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112156#M61</guid>
      <dc:creator>Art_Zalenekas</dc:creator>
      <dc:date>2021-03-01T17:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112192#M62</link>
      <description>&lt;P&gt;True, but we had the&amp;nbsp;&lt;EM&gt;triggers&lt;/EM&gt; argument starting Check Point provider v1.2. Maybe that is the issue. What version are you running? I would highly recommend you run the latest provider version v1.3.&lt;/P&gt;
&lt;P&gt;EDIT: I see that you are running provider v1.3. What is the version of Terraform you are running?&lt;BR /&gt;Also,&amp;nbsp;&lt;EM&gt;triggers&lt;/EM&gt; in the context of the&amp;nbsp;&lt;EM&gt;publish&lt;/EM&gt; resource is a key and type of a Set and not a dictionary. What &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/12391"&gt;@StuartGreen&lt;/a&gt;&amp;nbsp;posted is correct and works on my side as well.&lt;BR /&gt;&lt;A href="https://github.com/CheckPointSW/terraform-provider-checkpoint/blob/master/checkpoint/resource_checkpoint_management_command_publish.go" target="_blank"&gt;https://github.com/CheckPointSW/terraform-provider-checkpoint/blob/master/checkpoint/resource_checkpoint_management_command_publish.go&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://registry.terraform.io/providers/CheckPointSW/checkpoint/latest/docs/resources/checkpoint_management_publish" target="_blank" rel="noopener"&gt;https://registry.terraform.io/providers/CheckPointSW/checkpoint/latest/docs/resources/checkpoint_management_publish&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 21:24:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/112192#M62</guid>
      <dc:creator>Art_Zalenekas</dc:creator>
      <dc:date>2021-03-01T21:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Manage security policies via Terraform</title>
      <link>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/133089#M78</link>
      <description>&lt;P&gt;Hey guys, I know this was a while back now it came up on another project I was working on recently. Extending on Art's answer - I think the most complete way to manage publish or install actions is using the helper utilities that come with the Check Point Terraform provider (&lt;A href="https://github.com/CheckPointSW/terraform-provider-checkpoint/tree/master/commands" target="_blank"&gt;https://github.com/CheckPointSW/terraform-provider-checkpoint/tree/master/commands&lt;/A&gt;). They're mention on the overview page but not in the context of how to use them in a TF module.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First - you need install Go on the machine you're deploying from. Then, clone or download the code from the link above and change to the commands &amp;gt; publish directory.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run 'go build publish.go' and it will compile a binary in the current directory named 'publish'. Move this to a directory in your path and check it runs by running 'publish' (it will error, but that's fine at this point).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then in your TF module, use this as a framework:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;terraform {
  required_providers {
    checkpoint = {
      source = "CheckPointSW/checkpoint"
      version = "1.5.0"
    }
  }
}

provider "checkpoint" {
  server   = "YOUR.MGMT.IP.HERE"
  username = "YOURUSER"
  password = "YOURPASSWORD"
  context  = "web_api"
}


resource "checkpoint_management_host" host1 {
  name = "myhost1"
  ipv4_address = "10.20.30.40"
  color = "blue"
  provisioner "local-exec" {
  when    = destroy
  command = "publish"
}
}

resource "checkpoint_management_publish" pub1{
  depends_on = [ checkpoint_management_host.host1 ]
  triggers = [ timestamp() ]
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will also need to set environment variables CHECKPOINT_SERVER, CHECKPOINT_USERNAME and CHECKPOINT_PASSWORD for the publish command to connect to your management server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The module above has a publish 'resource' with dependencies of the host. This makes sure that the publish action happens after the host is added and you'll need to add dependencies on policy elements if you want to have an embedded publish action like this.&lt;/P&gt;
&lt;P&gt;For destroy actions - the local-exec provisioner within the host is called and executes the 'publish' binary which uses the session ID file in the Terraform module directory for the SID to publish.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's a lot of words for something which is actually pretty simple and in testing, works well!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 21:38:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/DevSecOps/Manage-security-policies-via-Terraform/m-p/133089#M78</guid>
      <dc:creator>StuartGreen</dc:creator>
      <dc:date>2021-11-02T21:38:27Z</dc:date>
    </item>
  </channel>
</rss>

