Public cloud}
- data-testid="target-public"
- >
-
- {environment['aws'].authorized && (
-
- }
- onClick={() =>
- handleSetEnvironment('aws', !environment.aws.selected)
- }
- onMouseEnter={() => prefetchSources({ provider: 'aws' })}
- isSelected={environment.aws.selected}
- isStacked
- isDisplayLarge
- />
- )}
- {environment['gcp'].authorized && (
-
- }
- onClick={() =>
- handleSetEnvironment('gcp', !environment.gcp.selected)
- }
- isSelected={environment.gcp.selected}
- onMouseEnter={() => prefetchSources({ provider: 'gcp' })}
- isStacked
- isDisplayLarge
- />
- )}
- {environment['azure'].authorized && (
-
- }
- onClick={() =>
- handleSetEnvironment('azure', !environment.azure.selected)
- }
- onMouseEnter={() => prefetchSources({ provider: 'azure' })}
- isSelected={environment.azure.selected}
- isStacked
- isDisplayLarge
- />
- )}
- {environment.oci.authorized && isBeta() && (
-
- }
- onClick={() =>
- handleSetEnvironment('oci', !environment.oci.selected)
- }
- isSelected={environment.oci.selected}
- isStacked
- isDisplayLarge
- />
- )}
-
-
- {environment['vsphere'].authorized && (
-