{ "version": 4, "terraform_version": "1.7.4", "serial": 322, "lineage": "98e9bf12-85a5-f708-c99e-b62b2f1a2e88", "outputs": { "db_endpoint": { "value": "db-3.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-088ebfbb1663def90", "ami": "ami-bc6e9283", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-48d2b2fe"], "subnet_id": "subnet-897ece60", "key_name": "prod-deploy-key" } } ] } ] }