Skip to content

Commit

Permalink
chore: tweak the readme to remove Explorer (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenrumney authored Jul 1, 2024
1 parent a6e3548 commit 2b3ca2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

## [1.0.1] - 2024-07-01
### Fixed
- Updates to readme

## [1.0.0] - 2024-06-29
### Added
- Initial release of the Infracost plugin for JetBrains IDEs.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
## Description

<!-- Plugin description -->
Infracost Explorer is a JetBrains IDE plugin that allows you to shift left on your Cloud costs by providing cost estimates for your Terraform code.
Infracost is a JetBrains IDE plugin that allows you to shift left on your Cloud costs by providing cost estimates for your Terraform code.

Infracost Explorer is a companion to the [Infracost CLI](https://www.infracost.io/docs/integrations/ci-cd) and provides a way to view cost estimates directly in your IDE.
Infracost is a companion to the [Infracost CLI](https://www.infracost.io/docs/integrations/ci-cd) and provides a way to view cost estimates directly in your IDE.
<!-- Plugin description end -->

## Features
Expand All @@ -25,7 +25,7 @@ Infracost Explorer is a companion to the [Infracost CLI](https://www.infracost.i
You can install the plugin from the JetBrains Plugin Repository.

1. Open the IDE and go to `Settings` -> `Plugins` -> `Marketplace`
2. Search for `Infracost Explorer`
2. Search for `Infracost`
3. Click `Install`
4. Restart the IDE
5. Open a Terraform file and click on the `Infracost` tab at the bottom of the IDE
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pluginGroup = io.infracost.plugins
pluginName = Infracost
pluginRepositoryUrl = https://github.com/infracost/jetbrains-infracost
pluginVersion = 1.0.0
pluginVersion = 1.0.1

pluginSinceBuild = 232
pluginUntilBuild = 242.*
Expand Down

0 comments on commit 2b3ca2a

Please sign in to comment.