camptocamp / terraform-provider-freeipa

FreeIPA Terraform Provider
GNU Affero General Public License v3.0
37 stars 17 forks source link

freeipa_host creation sometimes fails with "Error: NotFound (4001)" #2

Closed mcanevet closed 4 years ago

mcanevet commented 4 years ago

Maybe a pagination issue?

mcanevet commented 4 years ago

Actually I think that the problem comes from the fact that we are using a LB in front of FreeIPA, and the read may not be done on the same server than the create and thus it is sometimes done before the replication of the creation. We should introduce some delay between create and read.