{ "version": 4, "terraform_version": "1.8.9", "serial": 499, "lineage": "0e55765c-ed31-16aa-17ec-d7f5dae27a92", "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-3034b82985c96e5d9", "ami": "ami-fabbb2cc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-471e2bb1"], "subnet_id": "subnet-c99bf262", "key_name": "prod-deploy-key" } } ] } ] }