Skip to content

Commit

Permalink
Merge branch 'master' into fabric-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Cobles committed Nov 11, 2022
2 parents 46a6a67 + 3850780 commit db0612a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions equinix/data_source_metal_organization.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func dataSourceMetalOrganization() *schema.Resource {
Type: schema.TypeList,
Description: "Business' address",
Computed: true,
Optional: true,
Elem: &schema.Resource{
Schema: createOrganizationAddressDataSourceSchema(),
},
Expand All @@ -71,28 +70,23 @@ func createOrganizationAddressDataSourceSchema() map[string]*schema.Schema {
"address": {
Type: schema.TypeString,
Computed: true,
Optional: true,
},
"city": {
Type: schema.TypeString,
Computed: true,
Optional: true,
},
"zip_code": {
Type: schema.TypeString,
Computed: true,
Optional: true,
},
"country": {
Type: schema.TypeString,
Description: "Two letter country code (ISO 3166-1 alpha-2), e.g. US",
Computed: true,
Optional: true,
},
"state": {
Type: schema.TypeString,
Computed: true,
Optional: true,
},
}
}
Expand Down

0 comments on commit db0612a

Please sign in to comment.