{ "version": 4, "terraform_version": "1.8.1", "serial": 565, "lineage": "38c8c8ea-cec7-6a60-8882-4e7de434af20", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4348d079c40f7aedd", "ami": "ami-cf9820a3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3d9a72e3"], "subnet_id": "subnet-31c3707b", "key_name": "prod-deploy-key" } } ] } ] }