{ "version": 4, "terraform_version": "1.7.5", "serial": 256, "lineage": "26eff3db-129d-3f56-fae0-ffa8db998978", "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-3c5c76257925597ab", "ami": "ami-dfc3c583", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b3747607"], "subnet_id": "subnet-eca8e1f6", "key_name": "prod-deploy-key" } } ] } ] }