{ "version": 4, "terraform_version": "1.5.3", "serial": 498, "lineage": "474dde40-1163-88cb-9b6f-7627d8a0d1b8", "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-2e45b5d96d18a3b95", "ami": "ami-567be42e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b5a842e6"], "subnet_id": "subnet-e6a1f1ba", "key_name": "prod-deploy-key" } } ] } ] }