{ "version": 4, "terraform_version": "1.8.4", "serial": 557, "lineage": "6162ee56-6258-6eeb-32b9-b5bf08bf0ef7", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-18495c582d00a0350", "ami": "ami-27268e5a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-89828ea6"], "subnet_id": "subnet-efbf2b77", "key_name": "prod-deploy-key" } } ] } ] }