Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto updated assets for terraform eng #601

Open
wants to merge 26 commits into
base: eng
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0b18826
Updated assets for terraform
sagarpsalvi Jul 18, 2024
133561f
Updated assets for terraform
sagarpsalvi Jul 23, 2024
e4c2297
Updated assets for terraform
sagarpsalvi Jul 25, 2024
bfa2e88
Updated assets for terraform
sagarpsalvi Jul 30, 2024
824d97f
Updated assets for terraform
sagarpsalvi Jul 31, 2024
2847d1c
Updated assets for terraform
sagarpsalvi Aug 1, 2024
7d5b584
Updated assets for terraform
sagarpsalvi Aug 9, 2024
74775c9
Updated assets for terraform
sagarpsalvi Aug 12, 2024
a2cf99d
Updated assets for terraform
sagarpsalvi Aug 15, 2024
316f8e6
Updated assets for terraform
sagarpsalvi Aug 19, 2024
7a04150
Updated assets for terraform
sagarpsalvi Aug 20, 2024
19d5909
Updated assets for terraform
sagarpsalvi Aug 22, 2024
0979023
Updated assets for terraform
sagarpsalvi Aug 26, 2024
96100fc
Updated assets for terraform
sagarpsalvi Sep 2, 2024
13496a7
Updated assets for terraform
sagarpsalvi Sep 3, 2024
ce7c226
Updated assets for terraform
sagarpsalvi Sep 4, 2024
fa0f0d0
Updated assets for terraform
sagarpsalvi Sep 5, 2024
97c2959
Updated assets for terraform
sagarpsalvi Sep 9, 2024
7879550
Updated assets for terraform
sagarpsalvi Sep 11, 2024
78eadaf
Updated assets for terraform
sagarpsalvi Sep 12, 2024
6883c11
Updated assets for terraform
sagarpsalvi Sep 13, 2024
808bdf7
Updated assets for terraform
sagarpsalvi Sep 16, 2024
a8f2870
Updated assets for terraform
sagarpsalvi Sep 25, 2024
0b76bdb
Updated assets for terraform
sagarpsalvi Oct 2, 2024
4730831
Updated assets for terraform
sagarpsalvi Oct 7, 2024
d8ea9c9
Updated assets for terraform
sagarpsalvi Oct 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated assets for terraform
Signed-off-by: Rohan <ssalvi@vmware.com>
sagarpsalvi committed Aug 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7a041503606fcf25e4b47f1cefc7085bf557faa4
5 changes: 5 additions & 0 deletions avi/datasource_avi_pool_server.go
Original file line number Diff line number Diff line change
@@ -50,6 +50,11 @@ func dataSourceAviServer() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"health_monitor_refs": {
Type: schema.TypeList,
Computed: true,
Elem: &schema.Schema{Type: schema.TypeString},
},
"hostname": {
Type: schema.TypeString,
Computed: true,
5 changes: 5 additions & 0 deletions avi/resource_avi_pool_server.go
Original file line number Diff line number Diff line change
@@ -63,6 +63,11 @@ func ResourceAviPoolServerSchema() map[string]*schema.Schema {
Optional: true,
Computed: true,
},
"health_monitor_refs": {
Type: schema.TypeList,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
},
"hostname": {
Type: schema.TypeString,
Optional: true,
5 changes: 5 additions & 0 deletions avi/resource_avi_rest_dependants.go
Original file line number Diff line number Diff line change
@@ -33077,6 +33077,11 @@ func ResourceServerSchema() *schema.Resource {
Optional: true,
Computed: true,
},
"health_monitor_refs": {
Type: schema.TypeList,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
},
"hostname": {
Type: schema.TypeString,
Optional: true,