@pulumi/cloudngfwaws 2.2.0-alpha.1779950766 → 2.2.0-alpha.1780122218

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Resource for committing the rulestack config.
4
4
  *
5
- * !> **NOTE:** This resource should be placed in a separate plan as the plan that configures the rulestack and its contents. If you do not, you will have perpetual configuration drift and will need to run your plan twice so the commit is performed. Placing instances of this resource with instances of NGFW resources (such as `cloudngfwaws.Ngfw`) is fine.
5
+ * > **NOTE:** This resource should be placed in a separate plan as the plan that configures the rulestack and its contents. If you do not, you will have perpetual configuration drift and will need to run your plan twice so the commit is performed. Placing instances of this resource with instances of NGFW resources (such as `cloudngfwaws.Ngfw`) is fine.
6
6
  *
7
7
  * ## Admin Permission Type
8
8
  *
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * Resource for committing the rulestack config.
33
33
  *
34
- * !> **NOTE:** This resource should be placed in a separate plan as the plan that configures the rulestack and its contents. If you do not, you will have perpetual configuration drift and will need to run your plan twice so the commit is performed. Placing instances of this resource with instances of NGFW resources (such as `cloudngfwaws.Ngfw`) is fine.
34
+ * > **NOTE:** This resource should be placed in a separate plan as the plan that configures the rulestack and its contents. If you do not, you will have perpetual configuration drift and will need to run your plan twice so the commit is performed. Placing instances of this resource with instances of NGFW resources (such as `cloudngfwaws.Ngfw`) is fine.
35
35
  *
36
36
  * ## Admin Permission Type
37
37
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/cloudngfwaws",
3
- "version": "2.2.0-alpha.1779950766",
3
+ "version": "2.2.0-alpha.1780122218",
4
4
  "description": "A Pulumi package for creating and managing Cloud NGFW for AWS resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -26,7 +26,7 @@
26
26
  "pulumi": {
27
27
  "resource": true,
28
28
  "name": "cloudngfwaws",
29
- "version": "2.2.0-alpha.1779950766",
29
+ "version": "2.2.0-alpha.1780122218",
30
30
  "server": "github://api.github.com/pulumi/pulumi-cloudngfwaws"
31
31
  }
32
32
  }