{ "version": 4, "terraform_version": "1.8.4", "serial": 287, "lineage": "bc1c1a11-4348-6a4a-7b6b-60888be39d8f", "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-5e1a111aafca81b46", "ami": "ami-1f364cf2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e064e8bc"], "subnet_id": "subnet-f9205d99", "key_name": "prod-deploy-key" } } ] } ] }