{ "version": 4, "terraform_version": "1.6.1", "serial": 359, "lineage": "db28b54e-93d6-12bc-0bff-d015d69b6672", "outputs": { "db_endpoint": { "value": "db-4.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-ae9b0a28964348125", "ami": "ami-f6138c36", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-93f07e8d"], "subnet_id": "subnet-88b38543", "key_name": "prod-deploy-key" } } ] } ] }