{ "version": 4, "terraform_version": "1.8.1", "serial": 577, "lineage": "a9c0b9f5-80fa-8c0b-077e-004f806637e4", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-f4a4dd21df3b32336", "ami": "ami-473dae12", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-939c6706"], "subnet_id": "subnet-8645c210", "key_name": "prod-deploy-key" } } ] } ] }