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

Azure deployment needs updating. #73

Open
bgmonroe opened this issue Mar 23, 2022 · 1 comment
Open

Azure deployment needs updating. #73

bgmonroe opened this issue Mar 23, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@bgmonroe
Copy link

It looks like there may have been significant changes to both the boundary provider as well as the azurerm provider. When running terraform validate in the deployment/azure directory, it returns the following Errors and Warnings:

Warning: Argument is deprecated

  with module.azure.azurerm_lb_rule.controller,
  on azure/lb.tf line 74, in resource "azurerm_lb_rule" "controller":
  74:   backend_address_pool_id        = azurerm_lb_backend_address_pool.pools["controller"].id

This property has been deprecated by `backend_address_pool_ids` and will be removed in the next major version of the provider

(and 7 more similar warnings elsewhere)

Warning: Deprecated Resource

  with module.boundary.boundary_host_catalog.backend_servers,
  on boundary/hosts.tf line 1, in resource "boundary_host_catalog" "backend_servers":
   1: resource "boundary_host_catalog" "backend_servers" {

Deprecated: use `resource_host_catalog_static` instead.

(and 2 more similar warnings elsewhere)

Error: Unsupported argument

  on boundary/targets.tf line 8, in resource "boundary_target" "backend_servers_ssh":
   8:   host_set_ids = [

An argument named "host_set_ids" is not expected here.

Error: Unsupported argument

  on boundary/targets.tf line 20, in resource "boundary_target" "backend_servers_website":
  20:   host_set_ids = [

An argument named "host_set_ids" is not expected here.

Perhaps the host_set_ids is really supposed to be host_source_ids?

Thanks

@malnick malnick added the bug Something isn't working label May 9, 2022
@seaser0
Copy link

seaser0 commented Dec 23, 2022

I tried to get it running with the current versions of azure cli, terraform and boundary. No chance. Has someone boundary running on azure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants