mirror of
				https://github.com/bartvdbraak/hellob.art.git
				synced 2025-10-30 19:59:10 +00:00 
			
		
		
		
	feat: update terraform to opentofu
This commit is contained in:
		
							parent
							
								
									c03e06134b
								
							
						
					
					
						commit
						afbcaade6e
					
				
					 4 changed files with 16 additions and 9 deletions
				
			
		|  | @ -44,7 +44,7 @@ import SwitchHostsLogo from '$lib/assets/tools/switchhosts.svg'; | |||
| import SlackLogo from '$lib/assets/tools/slack.svg'; | ||||
| import NmapLogo from '$lib/assets/tools/nmap.svg'; | ||||
| import DBeaverLogo from '$lib/assets/tools/dbeaver.svg'; | ||||
| import TerraformLogo from '$lib/assets/tools/terraform.svg'; | ||||
| import OpenTofuLogo from '$lib/assets/tools/opentofu.svg'; | ||||
| import GitLensLogo from '$lib/assets/tools/gitlens.png'; | ||||
| 
 | ||||
| export { | ||||
|  | @ -94,6 +94,6 @@ export { | |||
| 	SlackLogo, | ||||
| 	NmapLogo, | ||||
| 	DBeaverLogo, | ||||
| 	TerraformLogo, | ||||
| 	OpenTofuLogo, | ||||
| 	GitLensLogo | ||||
| }; | ||||
|  |  | |||
|  | @ -40,7 +40,7 @@ import { | |||
| 	SlackLogo, | ||||
| 	Studio3TLogo, | ||||
| 	SwitchHostsLogo, | ||||
| 	TerraformLogo, | ||||
| 	OpenTofuLogo, | ||||
| 	TogglTrackLogo, | ||||
| 	VimLogo, | ||||
| 	VisualStudioCodeLogo, | ||||
|  | @ -155,10 +155,10 @@ const tools: Tool[] = [ | |||
| 		toolUrl: 'https://www.royalapps.com/ts/mac/features' | ||||
| 	}, | ||||
| 	{ | ||||
| 		name: 'poetry', | ||||
| 		name: 'Poetry', | ||||
| 		title: 'Python Dependency Management Tool', | ||||
| 		description: | ||||
| 			'poetry is a Python dependency management tool that simplifies package management and project environment setup.', | ||||
| 			'Poetry is a Python dependency management tool that simplifies package management and project environment setup.', | ||||
| 		logo: PoetryLogo, | ||||
| 		toolUrl: 'https://python-poetry.org' | ||||
| 	}, | ||||
|  | @ -426,12 +426,12 @@ const tools: Tool[] = [ | |||
| 		toolUrl: 'https://dbeaver.io' | ||||
| 	}, | ||||
| 	{ | ||||
| 		name: 'Terraform', | ||||
| 		name: 'OpenTofu', | ||||
| 		title: 'Infrastructure as Code Tool', | ||||
| 		description: | ||||
| 			'An open-source infrastructure as code tool that enables the automated creation, modification, and versioning of complex infrastructures.', | ||||
| 		logo: TerraformLogo, | ||||
| 		toolUrl: 'https://www.terraform.io' | ||||
| 		logo: OpenTofuLogo, | ||||
| 		toolUrl: 'https://opentofu.org' | ||||
| 	}, | ||||
| 	{ | ||||
| 		name: 'GitLens', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue