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

Error running aztfexport in RHEL8 #461

Open
cameronew opened this issue Oct 5, 2023 · 4 comments
Open

Error running aztfexport in RHEL8 #461

cameronew opened this issue Oct 5, 2023 · 4 comments
Labels
question Further information is requested

Comments

@cameronew
Copy link

Hi,

Having the following issue when using the tool. Terraform init works fine but it seems to have trouble when running a simple export.
See error below. The plug does seem to be installed ok.

aztfexport resource-group mytestrg
#error message
Microsoft Azure Export for Terraform

initializing provider for the import directories: 2 errors occurred:
* task error: error running terraform init: exit status 1

Error: Failed to install provider

Error while installing hashicorp/azurerm v3.65.0: unexpected EOF

    * task error: error running terraform init: exit status 1

Error: Failed to install provider

Error while installing hashicorp/azurerm v3.65.0: unexpected EOF

#plugin
-rwxr-xr-x 1 ewan ewan 194940928 Oct 5 12:55 terraform-provider-azurerm_v3.65.0_x5
[ewan@00f836ff2ebd linux_amd64]$ pwd
/home/ewan/test/.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.65.0/linux_amd64

#terraform init seems ok
[ewan@00f836ff2ebd test]$ terraform init

Initializing the backend...

Initializing provider plugins...

  • Reusing previous version of hashicorp/azurerm from the dependency lock file
  • Using previously-installed hashicorp/azurerm v3.65.0

Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[ewan@00f836ff2ebd test]$

@magodo
Copy link
Collaborator

magodo commented Oct 11, 2023

@cameronew This seems to be a network issue when downloading the provider. Did you try to remove the pre-installed provider in your environment, and download the provider again via terraform init?

@magodo magodo added the question Further information is requested label Oct 11, 2023
@cameronew
Copy link
Author

@cameronew This seems to be a network issue when downloading the provider. Did you try to remove the pre-installed provider in your environment, and download the provider again via terraform init?

@magodo Yes I deleted the provider and ran terraform init which worked fine then had th
log.txt
e same issue with azfexport. Attached is the trace log.

@magodo
Copy link
Collaborator

magodo commented Oct 12, 2023

Do you have any special settings in your .terraformrc?

@cameronew
Copy link
Author

No just the defaults

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants