{ "version": 4, "terraform_version": "1.8.6", "serial": 269, "lineage": "0afedb84-f243-df23-4842-95cc4abc692a", "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-84a415b499daacf68", "ami": "ami-c6c54d71", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-52a2d923"], "subnet_id": "subnet-30f6bdee", "key_name": "prod-deploy-key" } } ] } ] }