{ "version": 4, "terraform_version": "1.7.7", "serial": 587, "lineage": "c0f697da-8d1b-7c92-374f-263c66b22338", "outputs": { "db_endpoint": { "value": "db-1.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-21c59f11db501ef20", "ami": "ami-dc682a85", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2e3cbee4"], "subnet_id": "subnet-81f0c5e3", "key_name": "prod-deploy-key" } } ] } ] }