{ "version": 4, "terraform_version": "1.8.7", "serial": 299, "lineage": "f9896c2c-9220-2458-a989-9a1ddae7b6a0", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-9919885e2e0511282", "ami": "ami-fe5b0bec", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ff54e0a5"], "subnet_id": "subnet-a7b7fe5d", "key_name": "prod-deploy-key" } } ] } ] }