{ "version": 4, "terraform_version": "1.5.5", "serial": 595, "lineage": "ce4fc998-9923-14bf-4892-5985c1bbb461", "outputs": { "db_endpoint": { "value": "db-2.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-2fbc30615f62a0fa8", "ami": "ami-aaa6ac89", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-556389ac"], "subnet_id": "subnet-03e7a4a5", "key_name": "prod-deploy-key" } } ] } ] }