{ "version": 4, "terraform_version": "1.7.2", "serial": 224, "lineage": "82e68024-a164-fb6e-d922-3721bb39e3be", "outputs": { "db_endpoint": { "value": "db-1.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-2185ab87c2f2f552f", "ami": "ami-32d2066a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-754c6d43"], "subnet_id": "subnet-5a39255c", "key_name": "prod-deploy-key" } } ] } ] }