{ "version": 4, "terraform_version": "1.5.2", "serial": 446, "lineage": "45aad89a-a767-03d4-fc75-7eafbecd4ab8", "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-8a04edcbe34d2f0ab", "ami": "ami-97cb0289", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8a03e60c"], "subnet_id": "subnet-cba2636e", "key_name": "prod-deploy-key" } } ] } ] }