Handle terraform providers in >= 0.14 better
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -6,6 +6,9 @@ | ||||
| *.tfstate | ||||
| *.tfstate.* | ||||
|  | ||||
| # .terraform.lock.hcl  | ||||
| **/.terraform.lock.hcl | ||||
|  | ||||
| # Crash log files | ||||
| crash.log | ||||
|  | ||||
|   | ||||
| @@ -5,4 +5,5 @@ terraform { | ||||
|       version = ">= 2.3.0" | ||||
|     } | ||||
|   } | ||||
|   required_version = ">= 0.13" | ||||
| } | ||||
|   | ||||
| @@ -1,3 +0,0 @@ | ||||
| terraform { | ||||
|   required_version = ">= 0.13" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user