Skip to content

Commit

Permalink
Patch appliance vlans take 2 (#114)
Browse files Browse the repository at this point in the history
* patch vlan names

* patch appliance vlans
  • Loading branch information
VenelinMartinov authored Jul 15, 2024
1 parent 7b176a6 commit d55e5f5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
18 changes: 18 additions & 0 deletions patches/0003-patch-appliance-vlans.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Venelin <[email protected]>
Date: Fri, 12 Jul 2024 17:48:20 +0100
Subject: [PATCH] patch appliance vlans


diff --git a/internal/provider/resource_meraki_networks_appliance_vlans.go b/internal/provider/resource_meraki_networks_appliance_vlans.go
index 4202af8..e4a56b6 100644
--- a/internal/provider/resource_meraki_networks_appliance_vlans.go
+++ b/internal/provider/resource_meraki_networks_appliance_vlans.go
@@ -358,7 +358,6 @@ func (r *NetworksApplianceVLANsResource) Schema(_ context.Context, _ resource.Sc

"comment": schema.StringAttribute{
MarkdownDescription: `A text comment for the reserved range`,
- Computed: true,
Optional: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.UseStateForUnknown(),
1 change: 0 additions & 1 deletion provider/cmd/pulumi-resource-meraki/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9497,7 +9497,6 @@
"language": {
"nodejs": {
"requiredOutputs": [
"comment",
"end",
"start"
]
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/types/output.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d55e5f5

Please sign in to comment.