{ "version": 4, "terraform_version": "1.8.2", "serial": 538, "lineage": "1359f5e6-92a2-a0c1-b0e4-c61d41faa903", "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-26e68f9063856c2b2", "ami": "ami-2def4599", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5f701f17"], "subnet_id": "subnet-19dd2885", "key_name": "prod-deploy-key" } } ] } ] }