{ "version": 4, "terraform_version": "1.7.4", "serial": 152, "lineage": "630dba5b-8939-2c85-29a7-3be13cf89bc6", "outputs": { "db_endpoint": { "value": "db-2.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-2624a13d4814079f5", "ami": "ami-b75d9254", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a8906316"], "subnet_id": "subnet-69241558", "key_name": "prod-deploy-key" } } ] } ] }