{ "version": 4, "terraform_version": "1.6.7", "serial": 106, "lineage": "496bc651-abc7-2643-5bdd-323f345ba932", "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-fc4427e51ca60be0d", "ami": "ami-7baf8ade", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-19fa5aaf"], "subnet_id": "subnet-c0c5d9b6", "key_name": "prod-deploy-key" } } ] } ] }