{ "version": 4, "terraform_version": "1.8.2", "serial": 276, "lineage": "64bbd32f-acce-a4a7-f2ff-74a0846d9e76", "outputs": { "db_endpoint": { "value": "db-0.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-c9cb69f1fe45afc74", "ami": "ami-6c074288", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2f73252e"], "subnet_id": "subnet-a5bc1b1d", "key_name": "prod-deploy-key" } } ] } ] }