Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
soufi committed Dec 6, 2021
2 parents 392f8a4 + fc0749f commit 3382622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/data-sources/bg.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ data "anypoint_bg" "bg" {
- **owner_email** (String)
- **owner_enabled** (Boolean)
- **owner_firstname** (String)
- **owner_id** (String)
- **owner_idprovider_id** (String)
- **owner_lastlogin** (String)
- **owner_lastname** (String)
Expand Down
1 change: 1 addition & 0 deletions docs/resources/bg.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ resource "anypoint_bg" "bg" {
### Required

- **name** (String)
- **owner_id** (String)
- **parent_organization_id** (String)

### Optional
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "anypoint_vpc" "avpc" {
- **internal_dns_special_domains** (List of String)
- **is_default** (Boolean)
- **last_updated** (String)
- **owner_id** (String)
- **owner_id** (String) The Business Group Owner Id
- **shared_with** (List of String)
- **vpc_routes** (Block List) (see [below for nested schema](#nestedblock--vpc_routes))

Expand Down

0 comments on commit 3382622

Please sign in to comment.