{ "version": 4, "terraform_version": "1.5.1", "serial": 363, "lineage": "8665009f-2250-888c-6c29-cba50a3b1d3e", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-dcaa7e05e1c99359f", "ami": "ami-6bf877f1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-325205c1"], "subnet_id": "subnet-2e0d9b84", "key_name": "prod-deploy-key" } } ] } ] }